annotate example_eval/project.xml @ 400:3fb85ae8fced Dev_main

Feature #1478: <audioElements> have a gain attribute, in decibels, which controls the playback gain in that page.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Fri, 11 Dec 2015 17:33:14 +0000
parents d0073ab16551
children 6be81817d142
rev   line source
nicholas@11 1 <?xml version="1.0" encoding="utf-8"?>
nicholas@4 2 <BrowserEvalProjectDocument>
n@394 3 <setup interface="APE" projectReturn="save.php" randomiseOrder='true' collectMetrics='true' testPages="2">
n@36 4 <PreTest>
b@382 5 <question id="sessionId" mandatory="true">Please enter your name.</question>
b@382 6 <statement>This is an example of an 'APE'-style test, with two pages, using the test stimuli in 'example_eval/'.</statement>
n@196 7 </PreTest>
n@196 8 <PostTest>
b@382 9 <question id="location" mandatory="true" boxsize="large">Please enter your location. (example mandatory text question)</question>
b@382 10 <number id="age" min="0">Please enter your age (example non-mandatory number question)</number>
nicholas@189 11 <radio id="rating">
b@382 12 <statement>Please rate this interface (example radio button question)</statement>
nicholas@189 13 <option name="bad">Bad</option>
b@382 14 <option name="poor">Poor</option>
b@382 15 <option name="good">Good</option>
b@382 16 <option name="great">Great</option>
nicholas@189 17 </radio>
b@382 18 <statement>Thank you for taking this listening test. Please click 'submit' and your results will appear in the 'saves/' folder.</statement>
n@36 19 </PostTest>
n@36 20 <Metric>
n@36 21 <metricEnable>testTimer</metricEnable>
n@36 22 <metricEnable>elementTimer</metricEnable>
n@170 23 <metricEnable>elementInitialPosition</metricEnable>
n@36 24 <metricEnable>elementTracker</metricEnable>
n@36 25 <metricEnable>elementFlagListenedTo</metricEnable>
n@36 26 <metricEnable>elementFlagMoved</metricEnable>
n@164 27 <metricEnable>elementListenTracker</metricEnable>
n@36 28 </Metric>
nicholas@213 29 <interface>
nicholas@214 30 <check name="fragmentMoved"/>
nicholas@231 31 <check name="scalerange" min="25" max="75"/>
nicholas@256 32 <option name='playhead'/>
nicholas@274 33 <option name="page-count"/>
nicholas@213 34 </interface>
n@36 35 </setup>
b@382 36 <audioHolder id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
n@383 37 <interface name="preference">
n@383 38 <title>Preference</title>
n@47 39 <scale position="0">Min</scale>
n@47 40 <scale position="100">Max</scale>
n@47 41 <scale position="50">Middle</scale>
n@47 42 <scale position="20">20</scale>
n@174 43 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
n@47 44 </interface>
n@383 45 <interface name="depth">
n@383 46 <title>Depth</title>
n@383 47 <scale position="0">Low</scale>
n@383 48 <scale position="100">High</scale>
n@383 49 <scale position="50">Middle</scale>
n@383 50 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
n@383 51 </interface>
nicholas@236 52 <audioElements url="0.wav" id="0" type="anchor"/>
n@45 53 <audioElements url="1.wav" id="1"/>
n@45 54 <audioElements url="2.wav" id="2"/>
n@45 55 <audioElements url="3.wav" id="3"/>
n@294 56 <audioElements url="4.wav" id="4"/>
b@382 57 <PreTest>
b@382 58 <statement>Example of an 'APE' style interface with hidden anchor 'zero' (which needs to be below 20%), looping of the samples, randomisation of marker labels, mandatory moving of every sample, and a forced scale usage of at least 25%-75%. </statement>
b@382 59 </PreTest>
n@35 60 <PostTest>
b@207 61 <question id="genre" mandatory="true">Please enter the genre.</question>
n@113 62 </PostTest>
n@15 63 </audioHolder>
b@382 64 <audioHolder id='test-1' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='false' elementComments='true'>
nicholas@387 65 <interface name="preference">
b@207 66 <title>Example Test Question</title>
b@207 67 <scale position="0">Min</scale>
b@207 68 <scale position="100">Max</scale>
b@207 69 <scale position="50">Middle</scale>
b@207 70 <scale position="75">75</scale>
nicholas@231 71 <scalerange min="25" max="75"/>
b@207 72 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
b@207 73 </interface>
n@400 74 <audioElements url="0.wav" gain="-6" id="0" type="anchor" marker="20"/>
n@400 75 <audioElements url="1.wav" gain="0.0" id="1" type="reference" marker="80"/>
n@400 76 <audioElements url="2.wav" gain="0.0" id="2"/>
n@400 77 <audioElements url="3.wav" gain="0.0" id="3"/>
n@400 78 <audioElements url="4.wav" gain="0.0" id="4"/>
n@400 79 <audioElements url="5.wav" gain="0.0" id="5"/>
n@400 80 <audioElements url="6.wav" gain="0.0" id="6" type="outsidereference"/>
b@382 81 <CommentQuestion id='mixingExperience' type="text">What is your general experience with numbers?</CommentQuestion>
b@207 82 <CommentQuestion id="preference" type="radio">
b@382 83 <statement>Please enter your overall preference</statement>
b@207 84 <option name="worst">Very Bad</option>
b@207 85 <option name="bad"></option>
b@207 86 <option name="OK">OK</option>
b@207 87 <option name="Good"></option>
b@207 88 <option name="Great">Great</option>
b@207 89 </CommentQuestion>
b@207 90 <CommentQuestion id="preference" type="checkbox">
b@382 91 <statement>Please describe the overall character</statement>
b@207 92 <option name="funky">Funky</option>
b@207 93 <option name="mellow">Mellow</option>
b@207 94 <option name="laidback">Laid back</option>
b@207 95 <option name="heavy">Heavy</option>
b@207 96 </CommentQuestion>
b@382 97 <PreTest>
b@382 98 <statement>Example of an 'APE' style interface with outside reference 'six', hidden anchor 'zero' (which needs to be below 20%), hidden reference 'one' (which needs to be above 80%), randomisation of marker labels, and a forced scale usage of at least 25%-75%. </statement>
b@382 99 </PreTest>
b@207 100 <PostTest>
b@207 101 <question id="genre" mandatory="true">Please enter the genre.</question>
b@207 102 </PostTest>
b@207 103 </audioHolder>
n@14 104 </BrowserEvalProjectDocument>