annotate tests/examples/mushra_example.xml @ 3141:335bc77627e0 tip

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