annotate tests/examples/AB_example.xml @ 2538:464c6c6692d6

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