Mercurial > hg > webaudioevaluationtool
comparison example_eval/project.xml @ 1574:c4f9299295db
Added min/max range check to number box survey
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Mon, 08 Jun 2015 12:09:53 +0100 |
parents | a41d8efee6db |
children | 4e9ab4f92f20 |
comparison
equal
deleted
inserted
replaced
1573:a41d8efee6db | 1574:c4f9299295db |
---|---|
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"> |