annotate example_eval/AB_example.xml @ 1089:3de455e48d70

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