comparison example_eval/project.xml @ 1573:a41d8efee6db

Feature #1224: Added number box
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Mon, 08 Jun 2015 11:56:14 +0100
parents 75f47f1c6cbe
children b94bb53ce4ac
comparison
equal deleted inserted replaced
1572:75f47f1c6cbe 1573:a41d8efee6db
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>
15 <statement>Please listen to all mixes</statement>
16 </PreTest>
17 <PostTest>
18 <question id="SessionID" mandatory="true">Please enter your name.</question>
14 <radio id="rating"> 19 <radio id="rating">
15 <statement>Please rate this interface</statement> 20 <statement>Please rate this interface</statement>
16 <option name="bad">Bad</option> 21 <option name="bad">Bad</option>
17 <option name="OK">OK</option> 22 <option name="OK">OK</option>
18 <option name="Good">Good</option> 23 <option name="Good">Good</option>
19 <option name="Great">Great</option> 24 <option name="Great">Great</option>
20 </radio> 25 </radio>
21 <statement>Please listen to all mixes</statement>
22 </PreTest>
23 <PostTest>
24 <question id="SessionID" mandatory="true">Please enter your name.</question>
25 <statement>Thank you for taking this listening test.</statement> 26 <statement>Thank you for taking this listening test.</statement>
26 </PostTest> 27 </PostTest>
27 <Metric> 28 <Metric>
28 <metricEnable>testTimer</metricEnable> 29 <metricEnable>testTimer</metricEnable>
29 <metricEnable>elementTimer</metricEnable> 30 <metricEnable>elementTimer</metricEnable>