annotate example_eval/AB_example.xml @ 1130:c75d2ac7f45e

Added AB test interface
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 11 Jan 2016 16:32:26 +0000
parents
children 0db687b660f1
rev   line source
n@1130 1 <?xml version="1.0" encoding="utf-8"?>
n@1130 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
n@1130 3 <setup interface="AB" projectReturn="save.php" randomiseOrder='true' testPages="2" loudness="-23" sampleRate="44100">
n@1130 4 <survey location="before">
n@1130 5 <surveyentry type="question" id="sessionId" mandatory="true">
n@1130 6 <statement>Please enter your name.</statement>
n@1130 7 </surveyentry>
n@1130 8 <surveyentry type="checkbox" id="checkboxtest" mandatory="true">
n@1130 9 <statement>Please select with which activities you have any experience (example checkbox question)</statement>
n@1130 10 <option name="musician">Playing a musical instrument</option>
n@1130 11 <option name="soundengineer">Recording or mixing audio</option>
n@1130 12 <option name="developer">Developing audio software</option>
n@1130 13 <option name="hwdesigner">Designing or building audio hardware</option>
n@1130 14 <option name="researcher">Research in the field of audio</option>
n@1130 15 </surveyentry>
n@1130 16 <surveyentry type="statement">
n@1130 17 <statement>This is an example of an 'APE'-style test, with two pages, using the test stimuli in 'example_eval/'.</statement>
n@1130 18 </surveyentry>
n@1130 19 </survey>
n@1130 20 <survey location="after">
n@1130 21 <surveyentry type="question" id="location" mandatory="true" boxsize="large">
n@1130 22 <statement>Please enter your location. (example mandatory text question)</statement>
n@1130 23 </surveyentry>
n@1130 24 <surveyentry type="number" id="age" min="0">
n@1130 25 <statement>Please enter your age (example non-mandatory number question)</statement>
n@1130 26 </surveyentry>
n@1130 27 <surveyentry type="radio" id="rating">
n@1130 28 <statement>Please rate this interface (example radio button question)</statement>
n@1130 29 <option name="bad">Bad</option>
n@1130 30 <option name="poor">Poor</option>
n@1130 31 <option name="good">Good</option>
n@1130 32 <option name="great">Great</option>
n@1130 33 </surveyentry>
n@1130 34 <surveyentry type="statement">
n@1130 35 <statement>Thank you for taking this listening test. Please click 'submit' and your results will appear in the 'saves/' folder.</statement>
n@1130 36 </surveyentry>
n@1130 37 </survey>
n@1130 38 <metric>
n@1130 39 <metricenable>testTimer</metricenable>
n@1130 40 <metricenable>elementTimer</metricenable>
n@1130 41 <metricenable>elementFlagListenedTo</metricenable>
n@1130 42 <metricenable>elementListenTracker</metricenable>
n@1130 43 </metric>
n@1130 44 <interface>
n@1130 45 <interfaceoption type="check" name="fragmentMoved"/>
n@1130 46 <interfaceoption type="check" name="scalerange" min="25" max="75"/>
n@1130 47 <interfaceoption type="show" name='playhead'/>
n@1130 48 <interfaceoption type="show" name="page-count"/>
n@1130 49 </interface>
n@1130 50 </setup>
n@1130 51 <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' showElementComments='true' loudness="-12">
n@1130 52 <commentboxprefix>Comment on fragment</commentboxprefix>
n@1130 53 <interface>
n@1130 54 <title>Depth</title>
n@1130 55 </interface>
n@1130 56 <audioelement url="0.wav" id="track-0" type="anchor"/>
n@1130 57 <audioelement url="1.wav" id="track-1"/>
n@1130 58 <audioelement url="2.wav" id="track-2"/>
n@1130 59 <survey location="before">
n@1130 60 <surveyentry type="statement">
n@1130 61 <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@1130 62 </surveyentry>
n@1130 63 </survey>
n@1130 64 <survey location="after">
n@1130 65 <surveyentry type="question" id="genre-0" mandatory="true">
n@1130 66 <statement>Please enter the genre.</statement>
n@1130 67 </surveyentry>
n@1130 68 </survey>
n@1130 69 </page>
n@1130 70 </waet>