comparison tests/examples/APE_example.xml @ 2928:b2dcdd55721d

Examples: replace deprecated 'surveyentry'
author Brecht De Man <b.deman@qmul.ac.uk>
date Tue, 12 Sep 2017 12:06:44 +0100
parents 4ae62d4c5c6d
children ca1abc3d8ef6 03b0e5dc57e6
comparison
equal deleted inserted replaced
2927:796daa52e3f8 2928:b2dcdd55721d
13 <option name="developer">Developing audio software</option> 13 <option name="developer">Developing audio software</option>
14 <option name="hwdesigner">Designing or building audio hardware</option> 14 <option name="hwdesigner">Designing or building audio hardware</option>
15 <option name="researcher">Research in the field of audio</option> 15 <option name="researcher">Research in the field of audio</option>
16 </surveycheckbox> 16 </surveycheckbox>
17 <surveyquestion id="instrument" mandatory="false"> 17 <surveyquestion id="instrument" mandatory="false">
18 <statement>What instrument did you play</statement> 18 <statement>What instrument did you play?</statement>
19 </surveyquestion> 19 </surveyquestion>
20 <surveystatement id="test-intro"> 20 <surveystatement id="test-intro">
21 <statement>This is an example of an 'APE'-style test, with two pages, using the test stimuli in 'example_eval/'.</statement> 21 <statement>This is an example of an 'APE'-style test, with two pages, using the test stimuli in 'example_eval/'.</statement>
22 </surveystatement> 22 </surveystatement>
23 </survey> 23 </survey>
24 <survey location="after"> 24 <survey location="after">
25 <surveyentry type="question" id="location" mandatory="true" boxsize="large"> 25 <surveyquestion id="location" mandatory="true" boxsize="large">
26 <statement>Please enter your location. (example mandatory text question)</statement> 26 <statement>Please enter your location. (example mandatory text question)</statement>
27 </surveyentry> 27 </surveyquestion>
28 <surveyentry type="number" id="age" min="0"> 28 <surveynumber id="age" min="0">
29 <statement>Please enter your age (example non-mandatory number question)</statement> 29 <statement>Please enter your age (example non-mandatory number question)</statement>
30 </surveyentry> 30 </surveynumber>
31 <surveyentry type="radio" id="rating"> 31 <surveyradio id="rating">
32 <statement>Please rate this interface (example radio button question)</statement> 32 <statement>Please rate this interface (example radio button question)</statement>
33 <option name="bad">Bad</option> 33 <option name="bad">Bad</option>
34 <option name="poor">Poor</option> 34 <option name="poor">Poor</option>
35 <option name="good">Good</option> 35 <option name="good">Good</option>
36 <option name="great">Great</option> 36 <option name="great">Great</option>
37 </surveyentry> 37 </surveyradio>
38 <surveyentry type="statement" id="thankyou"> 38 <surveystatement id="thankyou">
39 <statement>Thank you for taking this listening test. Please click 'submit' and your results will appear in the 'saves/' folder.</statement> 39 <statement>Thank you for taking this listening test. Please click 'submit' and your results will appear in the 'saves/' folder.</statement>
40 </surveyentry> 40 </surveystatement>
41 </survey> 41 </survey>
42 <metric> 42 <metric>
43 <metricenable>testTimer</metricenable> 43 <metricenable>testTimer</metricenable>
44 <metricenable>elementTimer</metricenable> 44 <metricenable>elementTimer</metricenable>
45 <metricenable>elementInitialPosition</metricenable> 45 <metricenable>elementInitialPosition</metricenable>