annotate example_eval/AB_example.xml @ 2148:2ae80808c753

Hotfix: Added name attribute to XSD for audioelement nodes
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Tue, 08 Mar 2016 18:12:14 +0000
parents c277da1e89ca
children ba6b9e1aaef5
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@1334 3 <setup interface="AB" projectReturn="save.php" randomiseOrder='true' 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@1356 52 <interfaceoption type="show" name='volume'/>
nickjillings@1330 53 </interface>
nickjillings@1330 54 </setup>
nickjillings@1330 55 <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' showElementComments='true' loudness="-12">
nickjillings@1330 56 <commentboxprefix>Comment on fragment</commentboxprefix>
nickjillings@1330 57 <interface>
nickjillings@1330 58 <title>Depth</title>
nickjillings@1330 59 </interface>
nickjillings@1333 60 <audioelement url="0.wav" id="track-0"/>
nickjillings@1330 61 <audioelement url="1.wav" id="track-1"/>
nickjillings@1330 62 <survey location="before">
nickjillings@1330 63 <surveyentry type="statement">
nickjillings@1333 64 <statement>A two way comparison using randomised element order, automatic loudness and synchronised looping.</statement>
nickjillings@1330 65 </surveyentry>
nickjillings@1330 66 </survey>
nickjillings@1330 67 <survey location="after">
nickjillings@1330 68 <surveyentry type="question" id="genre-0" mandatory="true">
nickjillings@1330 69 <statement>Please enter the genre.</statement>
nickjillings@1330 70 </surveyentry>
nickjillings@1330 71 </survey>
nickjillings@1330 72 </page>
nickjillings@1333 73 <page id='test-1' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='false' showElementComments='true' loudness="-12">
nickjillings@1333 74 <commentboxprefix>Comment on fragment</commentboxprefix>
nickjillings@1333 75 <interface>
nickjillings@1333 76 <title>Depth</title>
nickjillings@1333 77 </interface>
nickjillings@1333 78 <audioelement url="0.wav" id="track-2"/>
nickjillings@1333 79 <audioelement url="1.wav" id="track-3"/>
nickjillings@1333 80 <audioelement url="2.wav" id="track-4"/>
nickjillings@1333 81 <audioelement url="3.wav" id="track-5"/>
nickjillings@1333 82 <audioelement url="4.wav" id="track-6"/>
nickjillings@1333 83 <audioelement url="5.wav" id="track-7"/>
nickjillings@1333 84 <audioelement url="6.wav" id="track-8"/>
nickjillings@1333 85 <survey location="before">
nickjillings@1333 86 <surveyentry type="statement">
nickjillings@1333 87 <statement>A 7 way comparison using randomised element order and synchronised looping.</statement>
nickjillings@1333 88 </surveyentry>
nickjillings@1333 89 </survey>
nickjillings@1333 90 <survey location="after">
nickjillings@1333 91 <surveyentry type="question" id="genre-1" mandatory="true">
nickjillings@1333 92 <statement>Please enter the genre.</statement>
nickjillings@1333 93 </surveyentry>
nickjillings@1333 94 </survey>
nickjillings@1333 95 </page>
nickjillings@1330 96 </waet>