annotate tests/examples/ABX_example.xml @ 2922:7fa175a37aca master

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