annotate example_eval/mushra_example.xml @ 485:92f26057b934 Dev_main

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