annotate tests/examples/APE_example.xml @ 2521:24586044915d

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