annotate example_eval/project.xml @ 436:71017b71a180 Dev_main

Python server ignores GET in URL
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Mon, 21 Dec 2015 13:01:01 +0000
parents 9bf8ecbcdc8a
children 751fc4749b60
rev   line source
nicholas@11 1 <?xml version="1.0" encoding="utf-8"?>
nicholas@4 2 <BrowserEvalProjectDocument>
n@410 3 <setup interface="APE" projectReturn="save.php" randomiseOrder='true' collectMetrics='true' testPages="2" loudness="-23">
n@36 4 <PreTest>
b@382 5 <question id="sessionId" mandatory="true">Please enter your name.</question>
b@429 6 <checkbox id="checkboxtest" mandatory="true">
b@429 7 <statement>Please select with which activities you have any experience (example checkbox question)</statement>
b@429 8 <option name="musician">Playing a musical instrument</option>
b@429 9 <option name="soundengineer">Recording or mixing audio</option>
b@429 10 <option name="developer">Developing audio software</option>
b@429 11 <option name="hwdesigner">Designing or building audio hardware</option>
b@429 12 <option name="researcher">Research in the field of audio</option>
b@429 13 </checkbox>
b@382 14 <statement>This is an example of an 'APE'-style test, with two pages, using the test stimuli in 'example_eval/'.</statement>
n@196 15 </PreTest>
n@196 16 <PostTest>
b@382 17 <question id="location" mandatory="true" boxsize="large">Please enter your location. (example mandatory text question)</question>
b@382 18 <number id="age" min="0">Please enter your age (example non-mandatory number question)</number>
nicholas@189 19 <radio id="rating">
b@382 20 <statement>Please rate this interface (example radio button question)</statement>
nicholas@189 21 <option name="bad">Bad</option>
b@382 22 <option name="poor">Poor</option>
b@382 23 <option name="good">Good</option>
b@382 24 <option name="great">Great</option>
nicholas@189 25 </radio>
b@382 26 <statement>Thank you for taking this listening test. Please click 'submit' and your results will appear in the 'saves/' folder.</statement>
n@36 27 </PostTest>
n@36 28 <Metric>
n@36 29 <metricEnable>testTimer</metricEnable>
n@36 30 <metricEnable>elementTimer</metricEnable>
n@170 31 <metricEnable>elementInitialPosition</metricEnable>
n@36 32 <metricEnable>elementTracker</metricEnable>
n@36 33 <metricEnable>elementFlagListenedTo</metricEnable>
n@36 34 <metricEnable>elementFlagMoved</metricEnable>
n@164 35 <metricEnable>elementListenTracker</metricEnable>
n@36 36 </Metric>
nicholas@213 37 <interface>
nicholas@214 38 <check name="fragmentMoved"/>
nicholas@231 39 <check name="scalerange" min="25" max="75"/>
nicholas@256 40 <option name='playhead'/>
nicholas@274 41 <option name="page-count"/>
nicholas@213 42 </interface>
n@36 43 </setup>
n@410 44 <audioHolder id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true' loudness="-12">
n@383 45 <interface name="preference">
n@47 46 <scale position="0">Min</scale>
n@47 47 <scale position="100">Max</scale>
n@47 48 <scale position="50">Middle</scale>
n@47 49 <scale position="20">20</scale>
n@174 50 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
n@47 51 </interface>
n@383 52 <interface name="depth">
n@383 53 <title>Depth</title>
n@383 54 <scale position="0">Low</scale>
n@383 55 <scale position="100">High</scale>
n@383 56 <scale position="50">Middle</scale>
n@383 57 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
n@383 58 </interface>
nicholas@236 59 <audioElements url="0.wav" id="0" type="anchor"/>
n@45 60 <audioElements url="1.wav" id="1"/>
n@45 61 <audioElements url="2.wav" id="2"/>
n@45 62 <audioElements url="3.wav" id="3"/>
n@294 63 <audioElements url="4.wav" id="4"/>
b@382 64 <PreTest>
b@382 65 <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 66 </PreTest>
n@35 67 <PostTest>
b@207 68 <question id="genre" mandatory="true">Please enter the genre.</question>
n@113 69 </PostTest>
n@15 70 </audioHolder>
b@382 71 <audioHolder id='test-1' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='false' elementComments='true'>
nicholas@387 72 <interface name="preference">
b@207 73 <title>Example Test Question</title>
b@207 74 <scale position="0">Min</scale>
b@207 75 <scale position="100">Max</scale>
b@207 76 <scale position="50">Middle</scale>
b@207 77 <scale position="75">75</scale>
nicholas@231 78 <scalerange min="25" max="75"/>
b@207 79 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
b@207 80 </interface>
n@400 81 <audioElements url="0.wav" gain="-6" id="0" type="anchor" marker="20"/>
n@400 82 <audioElements url="1.wav" gain="0.0" id="1" type="reference" marker="80"/>
n@400 83 <audioElements url="2.wav" gain="0.0" id="2"/>
n@400 84 <audioElements url="3.wav" gain="0.0" id="3"/>
n@400 85 <audioElements url="4.wav" gain="0.0" id="4"/>
n@400 86 <audioElements url="5.wav" gain="0.0" id="5"/>
n@400 87 <audioElements url="6.wav" gain="0.0" id="6" type="outsidereference"/>
b@382 88 <CommentQuestion id='mixingExperience' type="text">What is your general experience with numbers?</CommentQuestion>
b@207 89 <CommentQuestion id="preference" type="radio">
b@382 90 <statement>Please enter your overall preference</statement>
b@207 91 <option name="worst">Very Bad</option>
b@207 92 <option name="bad"></option>
b@207 93 <option name="OK">OK</option>
b@207 94 <option name="Good"></option>
b@207 95 <option name="Great">Great</option>
b@207 96 </CommentQuestion>
b@207 97 <CommentQuestion id="preference" type="checkbox">
b@382 98 <statement>Please describe the overall character</statement>
b@207 99 <option name="funky">Funky</option>
b@207 100 <option name="mellow">Mellow</option>
b@207 101 <option name="laidback">Laid back</option>
b@207 102 <option name="heavy">Heavy</option>
b@207 103 </CommentQuestion>
b@382 104 <PreTest>
b@382 105 <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 106 </PreTest>
b@207 107 <PostTest>
b@207 108 <question id="genre" mandatory="true">Please enter the genre.</question>
b@207 109 </PostTest>
b@207 110 </audioHolder>
n@14 111 </BrowserEvalProjectDocument>