annotate example_eval/project.xml @ 1143:c1c5cb020fd3

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