annotate example_eval/ABX_example.xml @ 620:e0934138c676 Dev_main

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