annotate example_eval/ABX_example.xml @ 2171:ffe3ef69b8e6

Update to mismatched APE marker labels.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Mon, 21 Mar 2016 15:24:16 +0000
parents 4208c3b73b74
children 75ef314b5e64
rev   line source
nickjillings@2161 1 <?xml version="1.0" encoding="utf-8"?>
nickjillings@2161 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
nickjillings@2161 3 <setup interface="ABX" projectReturn="save.php" randomiseOrder='true' testPages="2" loudness="-23" sampleRate="44100">
nickjillings@2161 4 <survey location="before">
nickjillings@2161 5 <surveyentry type="question" id="sessionId" mandatory="true">
nickjillings@2161 6 <statement>Please enter your name.</statement>
nickjillings@2161 7 </surveyentry>
nickjillings@2161 8 <surveyentry type="checkbox" id="checkboxtest" mandatory="true">
nickjillings@2161 9 <statement>Please select with which activities you have any experience (example checkbox question)</statement>
nickjillings@2161 10 <option name="musician">Playing a musical instrument</option>
nickjillings@2161 11 <option name="soundengineer">Recording or mixing audio</option>
nickjillings@2161 12 <option name="developer">Developing audio software</option>
nickjillings@2161 13 <option name="hwdesigner">Designing or building audio hardware</option>
nickjillings@2161 14 <option name="researcher">Research in the field of audio</option>
nickjillings@2161 15 </surveyentry>
nickjillings@2161 16 <surveyentry type="statement" id="test-intro">
nickjillings@2161 17 <statement>This is an example of an 'AB'-style test, with two pages, using the test stimuli in 'example_eval/'.</statement>
nickjillings@2161 18 </surveyentry>
nickjillings@2161 19 </survey>
nickjillings@2161 20 <survey location="after">
nickjillings@2161 21 <surveyentry type="question" id="location" mandatory="true" boxsize="large">
nickjillings@2161 22 <statement>Please enter your location. (example mandatory text question)</statement>
nickjillings@2161 23 </surveyentry>
nickjillings@2161 24 <surveyentry type="number" id="age" min="0">
nickjillings@2161 25 <statement>Please enter your age (example non-mandatory number question)</statement>
nickjillings@2161 26 </surveyentry>
nickjillings@2161 27 <surveyentry type="radio" id="rating">
nickjillings@2161 28 <statement>Please rate this interface (example radio button question)</statement>
nickjillings@2161 29 <option name="bad">Bad</option>
nickjillings@2161 30 <option name="poor">Poor</option>
nickjillings@2161 31 <option name="good">Good</option>
nickjillings@2161 32 <option name="great">Great</option>
nickjillings@2161 33 </surveyentry>
nickjillings@2161 34 <surveyentry type="statement" id="test-thank-you">
nickjillings@2161 35 <statement>Thank you for taking this listening test. Please click 'submit' and your results will appear in the 'saves/' folder.</statement>
nickjillings@2161 36 </surveyentry>
nickjillings@2161 37 </survey>
nickjillings@2161 38 <metric>
nickjillings@2161 39 <metricenable>testTimer</metricenable>
nickjillings@2161 40 <metricenable>elementTimer</metricenable>
nickjillings@2161 41 <metricenable>elementInitialPosition</metricenable>
nickjillings@2161 42 <metricenable>elementTracker</metricenable>
nickjillings@2161 43 <metricenable>elementFlagListenedTo</metricenable>
nickjillings@2161 44 <metricenable>elementFlagMoved</metricenable>
nickjillings@2161 45 <metricenable>elementListenTracker</metricenable>
nickjillings@2161 46 </metric>
nickjillings@2161 47 <interface>
nickjillings@2161 48 <interfaceoption type="check" name="fragmentMoved"/>
nickjillings@2161 49 <interfaceoption type="check" name="scalerange" min="25" max="75"/>
nickjillings@2161 50 <interfaceoption type="show" name='playhead'/>
nickjillings@2161 51 <interfaceoption type="show" name="page-count"/>
nickjillings@2161 52 <interfaceoption type="show" name='volume'/>
nickjillings@2161 53 </interface>
nickjillings@2161 54 </setup>
nickjillings@2161 55 <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' showElementComments='true' loudness="-12">
nickjillings@2161 56 <commentboxprefix>Comment on fragment</commentboxprefix>
nickjillings@2161 57 <interface>
nickjillings@2161 58 <title>Depth</title>
nickjillings@2161 59 </interface>
nickjillings@2161 60 <audioelement url="0.wav" id="track-0"/>
nickjillings@2161 61 <audioelement url="1.wav" id="track-1"/>
nickjillings@2161 62 <survey location="before">
nickjillings@2161 63 <surveyentry type="statement" id="test-0-intro">
nickjillings@2161 64 <statement>A two way comparison using randomised element order, automatic loudness and synchronised looping.</statement>
nickjillings@2161 65 </surveyentry>
nickjillings@2161 66 </survey>
nickjillings@2161 67 <survey location="after">
nickjillings@2161 68 <surveyentry type="question" id="genre-0" mandatory="true">
nickjillings@2161 69 <statement>Please enter the genre.</statement>
nickjillings@2161 70 </surveyentry>
nickjillings@2161 71 </survey>
nickjillings@2161 72 </page>
nickjillings@2161 73 <page id='test-1' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='false' showElementComments='true' loudness="-12">
nickjillings@2161 74 <commentboxprefix>Comment on fragment</commentboxprefix>
nickjillings@2161 75 <interface>
nickjillings@2161 76 <title>Depth</title>
nickjillings@2161 77 </interface>
nickjillings@2161 78 <audioelement url="0.wav" id="track-2"/>
nickjillings@2161 79 <audioelement url="1.wav" id="track-3"/>
nickjillings@2161 80 <survey location="before"/>
nickjillings@2161 81 <survey location="after">
nickjillings@2161 82 <surveyentry type="question" id="genre-1" mandatory="true">
nickjillings@2161 83 <statement>Please enter the genre.</statement>
nickjillings@2161 84 </surveyentry>
nickjillings@2161 85 </survey>
nickjillings@2161 86 </page>
nickjillings@2161 87 </waet>