annotate example_eval/AB_example.xml @ 1333:942042597796

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