annotate example_eval/AB_example.xml @ 1941:8167e29c073b

Comment questions have optional id and/or name attributes.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Wed, 09 Mar 2016 14:04:31 +0000
parents 94e57a566167
children 9820063ea96a c0022a09c4f6
rev   line source
me@1936 1 <?xml version="1.0" encoding="utf-8"?>
me@1936 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
me@1936 3 <setup interface="AB" projectReturn="save.php" randomiseOrder='true' testPages="2" loudness="-23" sampleRate="44100">
me@1936 4 <survey location="before">
me@1936 5 <surveyentry type="question" id="sessionId" mandatory="true">
me@1936 6 <statement>Please enter your name.</statement>
me@1936 7 </surveyentry>
me@1936 8 <surveyentry type="checkbox" id="checkboxtest" mandatory="true">
me@1936 9 <statement>Please select with which activities you have any experience (example checkbox question)</statement>
me@1936 10 <option name="musician">Playing a musical instrument</option>
me@1936 11 <option name="soundengineer">Recording or mixing audio</option>
me@1936 12 <option name="developer">Developing audio software</option>
me@1936 13 <option name="hwdesigner">Designing or building audio hardware</option>
me@1936 14 <option name="researcher">Research in the field of audio</option>
me@1936 15 </surveyentry>
me@1936 16 <surveyentry type="statement">
me@1936 17 <statement>This is an example of an 'AB'-style test, with two pages, using the test stimuli in 'example_eval/'.</statement>
me@1936 18 </surveyentry>
me@1936 19 </survey>
me@1936 20 <survey location="after">
me@1936 21 <surveyentry type="question" id="location" mandatory="true" boxsize="large">
me@1936 22 <statement>Please enter your location. (example mandatory text question)</statement>
me@1936 23 </surveyentry>
me@1936 24 <surveyentry type="number" id="age" min="0">
me@1936 25 <statement>Please enter your age (example non-mandatory number question)</statement>
me@1936 26 </surveyentry>
me@1936 27 <surveyentry type="radio" id="rating">
me@1936 28 <statement>Please rate this interface (example radio button question)</statement>
me@1936 29 <option name="bad">Bad</option>
me@1936 30 <option name="poor">Poor</option>
me@1936 31 <option name="good">Good</option>
me@1936 32 <option name="great">Great</option>
me@1936 33 </surveyentry>
me@1936 34 <surveyentry type="statement">
me@1936 35 <statement>Thank you for taking this listening test. Please click 'submit' and your results will appear in the 'saves/' folder.</statement>
me@1936 36 </surveyentry>
me@1936 37 </survey>
me@1936 38 <metric>
me@1936 39 <metricenable>testTimer</metricenable>
me@1936 40 <metricenable>elementTimer</metricenable>
me@1936 41 <metricenable>elementInitialPosition</metricenable>
me@1936 42 <metricenable>elementTracker</metricenable>
me@1936 43 <metricenable>elementFlagListenedTo</metricenable>
me@1936 44 <metricenable>elementFlagMoved</metricenable>
me@1936 45 <metricenable>elementListenTracker</metricenable>
me@1936 46 </metric>
me@1936 47 <interface>
me@1936 48 <interfaceoption type="check" name="fragmentMoved"/>
me@1936 49 <interfaceoption type="check" name="scalerange" min="25" max="75"/>
me@1936 50 <interfaceoption type="show" name='playhead'/>
me@1936 51 <interfaceoption type="show" name="page-count"/>
me@1936 52 <interfaceoption type="show" name='volume'/>
me@1936 53 </interface>
me@1936 54 </setup>
me@1936 55 <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' showElementComments='true' loudness="-12">
me@1936 56 <commentboxprefix>Comment on fragment</commentboxprefix>
me@1936 57 <interface>
me@1936 58 <title>Depth</title>
me@1936 59 </interface>
me@1936 60 <audioelement url="0.wav" id="track-0"/>
me@1936 61 <audioelement url="1.wav" id="track-1"/>
me@1936 62 <survey location="before">
me@1936 63 <surveyentry type="statement">
me@1936 64 <statement>A two way comparison using randomised element order, automatic loudness and synchronised looping.</statement>
me@1936 65 </surveyentry>
me@1936 66 </survey>
me@1936 67 <survey location="after">
me@1936 68 <surveyentry type="question" id="genre-0" mandatory="true">
me@1936 69 <statement>Please enter the genre.</statement>
me@1936 70 </surveyentry>
me@1936 71 </survey>
me@1936 72 </page>
me@1936 73 <page id='test-1' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='false' showElementComments='true' loudness="-12">
me@1936 74 <commentboxprefix>Comment on fragment</commentboxprefix>
me@1936 75 <interface>
me@1936 76 <title>Depth</title>
me@1936 77 </interface>
me@1936 78 <audioelement url="0.wav" id="track-2"/>
me@1936 79 <audioelement url="1.wav" id="track-3"/>
me@1936 80 <audioelement url="2.wav" id="track-4"/>
me@1936 81 <audioelement url="3.wav" id="track-5"/>
me@1936 82 <audioelement url="4.wav" id="track-6"/>
me@1936 83 <audioelement url="5.wav" id="track-7"/>
me@1936 84 <audioelement url="6.wav" id="track-8"/>
me@1936 85 <survey location="before">
me@1936 86 <surveyentry type="statement">
me@1936 87 <statement>A 7 way comparison using randomised element order and synchronised looping.</statement>
me@1936 88 </surveyentry>
me@1936 89 </survey>
me@1936 90 <survey location="after">
me@1936 91 <surveyentry type="question" id="genre-1" mandatory="true">
me@1936 92 <statement>Please enter the genre.</statement>
me@1936 93 </surveyentry>
me@1936 94 </survey>
me@1936 95 </page>
me@1936 96 </waet>