annotate example_eval/mushra_example.xml @ 1903:bb2526dacfad

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