Mercurial > hg > webaudioevaluationtool
comparison example_eval/project.xml @ 904:b94bb53ce4ac
Added min/max range check to number box survey
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Mon, 08 Jun 2015 12:09:53 +0100 |
parents | 3464a477c021 |
children | 4e9ab4f92f20 |
comparison
equal
deleted
inserted
replaced
903:3464a477c021 | 904:b94bb53ce4ac |
---|---|
9 <option id="analog">Analog Consoles</option> | 9 <option id="analog">Analog Consoles</option> |
10 <option id="live">Live Mixing</option> | 10 <option id="live">Live Mixing</option> |
11 <option id="studio">Studio Mixing</option> | 11 <option id="studio">Studio Mixing</option> |
12 <option id="player">Play an instrument</option> | 12 <option id="player">Play an instrument</option> |
13 </checkbox> | 13 </checkbox> |
14 <number id="age">Please enter your age</number> | 14 <number id="age" min="0">Please enter your age</number> |
15 <statement>Please listen to all mixes</statement> | 15 <statement>Please listen to all mixes</statement> |
16 </PreTest> | 16 </PreTest> |
17 <PostTest> | 17 <PostTest> |
18 <question id="SessionID" mandatory="true">Please enter your name.</question> | 18 <question id="SessionID" mandatory="true">Please enter your name.</question> |
19 <radio id="rating"> | 19 <radio id="rating"> |