Mercurial > hg > webaudioevaluationtool
comparison tests/examples/mushra_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 | 6c41a874fd21 |
children | 5705787531a3 03b0e5dc57e6 |
comparison
equal
deleted
inserted
replaced
2927:796daa52e3f8 | 2928:b2dcdd55721d |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd"> | 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd"> |
3 <setup interface="MUSHRA" projectReturn="save.php" randomiseOrder='true' poolSize="2" loudness="-23"> | 3 <setup interface="MUSHRA" projectReturn="save.php" randomiseOrder='true' poolSize="2" loudness="-23"> |
4 <exitText>Thank you for looking at WAET. You can modify the successful completion text as well!</exitText> | 4 <exitText>Thank you for looking at WAET. You can modify the successful completion text as well!</exitText> |
5 <survey location="before"> | 5 <survey location="before"> |
6 <surveyentry type="question" id="sessionId" mandatory="true"> | 6 <surveyquestion id="sessionId" mandatory="true"> |
7 <statement>Please enter your name.</statement> | 7 <statement>Please enter your name.</statement> |
8 </surveyentry> | 8 </surveyquestion> |
9 <surveyentry type="checkbox" id="checkboxtest" mandatory="true"> | 9 <surveycheckbox id="checkboxtest" mandatory="true"> |
10 <statement>Please select with which activities you have any experience (example checkbox question)</statement> | 10 <statement>Please select with which activities you have any experience (example checkbox question)</statement> |
11 <option name="musician">Playing a musical instrument</option> | 11 <option name="musician">Playing a musical instrument</option> |
12 <option name="soundengineer">Recording or mixing audio</option> | 12 <option name="soundengineer">Recording or mixing audio</option> |
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 </surveyentry> | 16 </surveycheckbox> |
17 <surveyentry type="statement" id="test-intro"> | 17 <surveystatement id="test-intro"> |
18 <statement>This is an example of an 'MUSHRA'-style test, with two pages, using the test stimuli in 'example_eval/'.</statement> | 18 <statement>This is an example of an 'MUSHRA'-style test, with two pages, using the test stimuli in 'example_eval/'.</statement> |
19 </surveyentry> | 19 </surveystatement> |
20 </survey> | 20 </survey> |
21 <survey location="after"> | 21 <survey location="after"> |
22 <surveyentry type="question" id="location" mandatory="true" boxsize="large"> | 22 <surveyquestion id="location" mandatory="true" boxsize="large"> |
23 <statement>Please enter your location. (example mandatory text question)</statement> | 23 <statement>Please enter your location. (example mandatory text question)</statement> |
24 </surveyentry> | 24 </surveyquestion> |
25 <surveyentry type="number" id="age" min="0"> | 25 <surveynumber id="age" min="0"> |
26 <statement>Please enter your age (example non-mandatory number question)</statement> | 26 <statement>Please enter your age (example non-mandatory number question)</statement> |
27 </surveyentry> | 27 </surveynumber> |
28 <surveyentry type="radio" id="rating"> | 28 <surveyradio id="rating"> |
29 <statement>Please rate this interface (example radio button question)</statement> | 29 <statement>Please rate this interface (example radio button question)</statement> |
30 <option name="bad">Bad</option> | 30 <option name="bad">Bad</option> |
31 <option name="poor">Poor</option> | 31 <option name="poor">Poor</option> |
32 <option name="good">Good</option> | 32 <option name="good">Good</option> |
33 <option name="great">Great</option> | 33 <option name="great">Great</option> |
34 </surveyentry> | 34 </surveyradio> |
35 <surveyentry type="statement" id="thankyou"> | 35 <surveystatement id="thankyou"> |
36 <statement>Thank you for taking this listening test. Please click 'submit' and your results will appear in the 'saves/' folder.</statement> | 36 <statement>Thank you for taking this listening test. Please click 'submit' and your results will appear in the 'saves/' folder.</statement> |
37 </surveyentry> | 37 </surveystatement> |
38 </survey> | 38 </survey> |
39 <metric> | 39 <metric> |
40 <metricenable>testTimer</metricenable> | 40 <metricenable>testTimer</metricenable> |
41 <metricenable>elementTimer</metricenable> | 41 <metricenable>elementTimer</metricenable> |
42 <metricenable>elementInitialPosition</metricenable> | 42 <metricenable>elementInitialPosition</metricenable> |