annotate example_eval/mushra_example.xml @ 1284:6c819878ac85

Major updates. Specification Nodes now own file (specification.js). Updating Analysis to allow filtering based on survey responses.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Thu, 31 Mar 2016 13:31:42 +0100
parents 2dd5f7071e3f
children 75ef314b5e64
rev   line source
n@800 1 <?xml version="1.0" encoding="utf-8"?>
n@1126 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
n@1126 3 <setup interface="MUSHRA" projectReturn="save.php" randomiseOrder='true' testPages="2" loudness="-23" sampleRate="44100">
n@1271 4 <exitText>Thank you for looking at WAET. You can modify the successful completion text as well!</exitText>
n@1126 5 <survey location="before">
n@1126 6 <surveyentry type="question" id="sessionId" mandatory="true">
n@1126 7 <statement>Please enter your name.</statement>
n@1126 8 </surveyentry>
n@1126 9 <surveyentry type="checkbox" id="checkboxtest" mandatory="true">
n@1126 10 <statement>Please select with which activities you have any experience (example checkbox question)</statement>
n@1126 11 <option name="musician">Playing a musical instrument</option>
n@1126 12 <option name="soundengineer">Recording or mixing audio</option>
n@1126 13 <option name="developer">Developing audio software</option>
n@1126 14 <option name="hwdesigner">Designing or building audio hardware</option>
n@1126 15 <option name="researcher">Research in the field of audio</option>
n@1126 16 </surveyentry>
n@1096 17 <surveyentry type="statement" id="test-intro">
n@1126 18 <statement>This is an example of an 'APE'-style test, with two pages, using the test stimuli in 'example_eval/'.</statement>
n@1126 19 </surveyentry>
n@1126 20 </survey>
n@1126 21 <survey location="after">
n@1126 22 <surveyentry type="question" id="location" mandatory="true" boxsize="large">
n@1126 23 <statement>Please enter your location. (example mandatory text question)</statement>
n@1126 24 </surveyentry>
n@1126 25 <surveyentry type="number" id="age" min="0">
n@1126 26 <statement>Please enter your age (example non-mandatory number question)</statement>
n@1126 27 </surveyentry>
n@1126 28 <surveyentry type="radio" id="rating">
n@800 29 <statement>Please rate this interface (example radio button question)</statement>
n@800 30 <option name="bad">Bad</option>
n@800 31 <option name="poor">Poor</option>
n@800 32 <option name="good">Good</option>
n@800 33 <option name="great">Great</option>
n@1126 34 </surveyentry>
n@1096 35 <surveyentry type="statement" id="thankyou">
n@1126 36 <statement>Thank you for taking this listening test. Please click 'submit' and your results will appear in the 'saves/' folder.</statement>
n@1126 37 </surveyentry>
n@1126 38 </survey>
n@1126 39 <metric>
n@1126 40 <metricenable>testTimer</metricenable>
n@1126 41 <metricenable>elementTimer</metricenable>
n@1126 42 <metricenable>elementInitialPosition</metricenable>
n@1126 43 <metricenable>elementTracker</metricenable>
n@1126 44 <metricenable>elementFlagListenedTo</metricenable>
n@1126 45 <metricenable>elementFlagMoved</metricenable>
n@1126 46 <metricenable>elementListenTracker</metricenable>
n@1126 47 </metric>
n@800 48 <interface>
n@1126 49 <interfaceoption type="check" name="fragmentMoved"/>
n@1126 50 <interfaceoption type="check" name="scalerange" min="25" max="75"/>
n@1126 51 <interfaceoption type="show" name='playhead'/>
n@1126 52 <interfaceoption type="show" name="page-count"/>
n@1156 53 <interfaceoption type="show" name="volume"/>
n@800 54 </interface>
n@800 55 </setup>
n@1126 56 <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' showElementComments='true' loudness="-12">
n@1126 57 <commentboxprefix>Comment on fragment</commentboxprefix>
n@801 58 <interface>
n@1126 59 <scales>
n@1135 60 <scalelabel position="12">Much Worse</scalelabel>
n@1135 61 <scalelabel position="25">Worse</scalelabel>
n@1135 62 <scalelabel position="38">Slightly Worse</scalelabel>
n@1135 63 <scalelabel position="50">About the same</scalelabel>
n@1135 64 <scalelabel position="62">Slightly Better</scalelabel>
n@1135 65 <scalelabel position="75">Better</scalelabel>
n@1135 66 <scalelabel position="88">Much Better</scalelabel>
n@1126 67 </scales>
n@800 68 </interface>
n@1126 69 <audioelement url="0.wav" id="track-0" type="anchor"/>
n@1126 70 <audioelement url="1.wav" id="track-1"/>
n@1126 71 <audioelement url="2.wav" id="track-2"/>
n@1126 72 <audioelement url="3.wav" id="track-3"/>
n@1126 73 <audioelement url="4.wav" id="track-4"/>
n@1126 74 <survey location="before">
n@1096 75 <surveyentry type="statement" id="test-0-intro">
n@1135 76 <statement>Example of a 'MUSHRA' style interface with hidden anchor 'zero' (which needs to be below 20%), looping of the samples, randomisation of marker labels, mandatory moving of every sample, and a forced scale usage of at least 25%-75% using a Comparison Category Rating Scale.</statement>
n@1126 77 </surveyentry>
n@1126 78 </survey>
n@1126 79 <survey location="after">
n@1126 80 <surveyentry type="question" id="genre-0" mandatory="true">
n@1126 81 <statement>Please enter the genre.</statement>
n@1126 82 </surveyentry>
n@1126 83 </survey>
n@1126 84 </page>
n@1126 85 <page id='test-1' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='false' showElementComments='true'>
n@1126 86 <commentboxprefix>Comment on fragment</commentboxprefix>
n@1126 87 <interface name="preference">
n@1126 88 <title>Example Test Question</title>
n@1126 89 <scales>
n@1126 90 <scalelabel position="0">Min</scalelabel>
n@1126 91 <scalelabel position="100">Max</scalelabel>
n@1126 92 <scalelabel position="50">Middle</scalelabel>
n@1126 93 <scalelabel position="20">20</scalelabel>
n@1126 94 </scales>
n@1126 95 </interface>
n@1126 96 <audioelement url="0.wav" gain="-6" id="track-5" type="anchor" marker="20"/>
n@1126 97 <audioelement url="1.wav" gain="0.0" id="track-6" type="reference" marker="80"/>
n@1126 98 <audioelement url="2.wav" gain="0.0" id="track-7"/>
n@1126 99 <audioelement url="3.wav" gain="0.0" id="track-8"/>
n@1126 100 <audioelement url="4.wav" gain="0.0" id="track-9"/>
n@1126 101 <audioelement url="5.wav" gain="0.0" id="track-10"/>
n@1126 102 <audioelement url="6.wav" gain="0.0" id="track-11" type="outside-reference"/>
n@1126 103 <commentquestion id='mixingExperience' type="question">
n@1126 104 <statement>What is your general experience with numbers?</statement>
n@1126 105 </commentquestion>
n@1126 106 <commentquestion id="preference" type="radio">
n@1126 107 <statement>Please enter your overall preference</statement>
n@1126 108 <option name="worst">Very Bad</option>
n@1126 109 <option name="bad"></option>
n@1126 110 <option name="OK">OK</option>
n@1126 111 <option name="Good"></option>
n@1126 112 <option name="Great">Great</option>
n@1126 113 </commentquestion>
n@1126 114 <commentquestion id="character" type="checkbox">
n@1126 115 <statement>Please describe the overall character</statement>
n@1126 116 <option name="funky">Funky</option>
n@1126 117 <option name="mellow">Mellow</option>
n@1126 118 <option name="laidback">Laid back</option>
n@1126 119 <option name="heavy">Heavy</option>
n@1126 120 </commentquestion>
n@1126 121 <survey location="before">
n@1096 122 <surveyentry type="statement" id="test-1-intro">
n@1126 123 <statement>Example of a 'MUSHRA' style interface with hidden anchor 'zero' (which needs to be below 20%), looping of the samples, randomisation of marker labels, mandatory moving of every sample, and a forced scale usage of at least 25%-75%.</statement>
n@1126 124 </surveyentry>
n@1126 125 </survey>
n@1126 126 <survey location="after">
n@1126 127 <surveyentry type="question" id="genre-1" mandatory="true">
n@1126 128 <statement>Please enter the genre.</statement>
n@1126 129 </surveyentry>
n@1126 130 </survey>
n@1126 131 </page>
n@1126 132 </waet>