Mercurial > hg > webaudioevaluationtool
comparison tests/examples/AB_example.xml @ 2582:224842b28bf2
Completed merge of current spec with new nodes. Working example in AB_example. Gives console warnings.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Mon, 31 Oct 2016 16:08:24 +0000 |
parents | a6b32c473577 |
children | 5f7c11fa5f83 |
comparison
equal
deleted
inserted
replaced
2581:01df891a3390 | 2582:224842b28bf2 |
---|---|
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="AB" projectReturn="save.php" randomiseOrder='true' poolSize="2" loudness="-23" playOne="true"> | 3 <setup interface="AB" projectReturn="save.php" randomiseOrder='true' poolSize="2" loudness="-23" playOne="true"> |
4 <survey location="before"> | 4 <survey location="before"> |
5 <surveyentry type="question" id="sessionId" mandatory="true"> | 5 <surveyquestion id="sessionId" mandatory="true"> |
6 <statement>Please enter your name.</statement> | 6 <statement>Please enter your name.</statement> |
7 </surveyentry> | 7 </surveyquestion> |
8 <surveyentry type="checkbox" id="checkboxtest" mandatory="true"> | 8 <surveycheckbox id="checkboxtest" mandatory="true"> |
9 <statement>Please select with which activities you have any experience (example checkbox question)</statement> | 9 <statement>Please select with which activities you have any experience (example checkbox question)</statement> |
10 <option name="musician">Playing a musical instrument</option> | 10 <option name="musician">Playing a musical instrument</option> |
11 <option name="soundengineer">Recording or mixing audio</option> | 11 <option name="soundengineer">Recording or mixing audio</option> |
12 <option name="developer">Developing audio software</option> | 12 <option name="developer">Developing audio software</option> |
13 <option name="hwdesigner">Designing or building audio hardware</option> | 13 <option name="hwdesigner">Designing or building audio hardware</option> |
14 <option name="researcher">Research in the field of audio</option> | 14 <option name="researcher">Research in the field of audio</option> |
15 </surveyentry> | 15 </surveycheckbox> |
16 <surveyentry type="statement" id="test-intro"> | 16 <surveystatement id="test-intro"> |
17 <statement>This is an example of an 'AB'-style test, with two pages, using the test stimuli in 'example_eval/'.</statement> | 17 <statement>This is an example of an 'AB'-style test, with two pages, using the test stimuli in 'example_eval/'.</statement> |
18 </surveyentry> | 18 </surveystatement> |
19 </survey> | 19 </survey> |
20 <survey location="after"> | 20 <survey location="after"> |
21 <surveyentry type="question" id="location" mandatory="true" boxsize="large"> | 21 <surveyentry type="question" id="location" mandatory="true" boxsize="large"> |
22 <statement>Please enter your location. (example mandatory text question)</statement> | 22 <statement>Please enter your location. (example mandatory text question)</statement> |
23 </surveyentry> | 23 </surveyentry> |