annotate example_eval/AB_example.xml @ 1090:c07b9e2312ba

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