annotate example_eval/project.xml @ 382:2b38b4215d4d Dev_main

Updated demo project, with some added explanations, and no enforced sampling rate. Shows bugs though, at least in this branch.
author Brecht De Man <b.deman@qmul.ac.uk>
date Tue, 08 Dec 2015 12:18:06 +0100
parents 25c16110d0fa
children b96fc647f383
rev   line source
nicholas@11 1 <?xml version="1.0" encoding="utf-8"?>
nicholas@4 2 <BrowserEvalProjectDocument>
n@299 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@47 37 <interface>
n@47 38 <title>Example Test Question</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>
nicholas@236 45 <audioElements url="0.wav" id="0" type="anchor"/>
n@45 46 <audioElements url="1.wav" id="1"/>
n@45 47 <audioElements url="2.wav" id="2"/>
n@45 48 <audioElements url="3.wav" id="3"/>
n@294 49 <audioElements url="4.wav" id="4"/>
b@382 50 <PreTest>
b@382 51 <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 52 </PreTest>
n@35 53 <PostTest>
b@207 54 <question id="genre" mandatory="true">Please enter the genre.</question>
n@113 55 </PostTest>
n@15 56 </audioHolder>
b@382 57 <audioHolder id='test-1' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='false' elementComments='true'>
b@207 58 <interface>
b@207 59 <title>Example Test Question</title>
b@207 60 <scale position="0">Min</scale>
b@207 61 <scale position="100">Max</scale>
b@207 62 <scale position="50">Middle</scale>
b@207 63 <scale position="75">75</scale>
nicholas@231 64 <scalerange min="25" max="75"/>
b@207 65 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
b@207 66 </interface>
b@382 67 <audioElements url="0.wav" id="0" type="anchor" marker="20"/>
b@382 68 <audioElements url="1.wav" id="1" type="reference" marker="80"/>
b@207 69 <audioElements url="2.wav" id="2"/>
b@207 70 <audioElements url="3.wav" id="3"/>
b@207 71 <audioElements url="4.wav" id="4"/>
b@207 72 <audioElements url="5.wav" id="5"/>
n@294 73 <audioElements url="6.wav" id="6" type="outsidereference"/>
b@382 74 <CommentQuestion id='mixingExperience' type="text">What is your general experience with numbers?</CommentQuestion>
b@207 75 <CommentQuestion id="preference" type="radio">
b@382 76 <statement>Please enter your overall preference</statement>
b@207 77 <option name="worst">Very Bad</option>
b@207 78 <option name="bad"></option>
b@207 79 <option name="OK">OK</option>
b@207 80 <option name="Good"></option>
b@207 81 <option name="Great">Great</option>
b@207 82 </CommentQuestion>
b@207 83 <CommentQuestion id="preference" type="checkbox">
b@382 84 <statement>Please describe the overall character</statement>
b@207 85 <option name="funky">Funky</option>
b@207 86 <option name="mellow">Mellow</option>
b@207 87 <option name="laidback">Laid back</option>
b@207 88 <option name="heavy">Heavy</option>
b@207 89 </CommentQuestion>
b@382 90 <PreTest>
b@382 91 <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 92 </PreTest>
b@207 93 <PostTest>
b@207 94 <question id="genre" mandatory="true">Please enter the genre.</question>
b@207 95 </PostTest>
b@207 96 </audioHolder>
n@14 97 </BrowserEvalProjectDocument>