annotate tests/examples/mushra_example.xml @ 2442:23e6eb6d416c

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