annotate example_eval/project.xml @ 1417:3c67469e315a

Scripts: generate_report.py accepts folder names with spaces - uses package 'grffile'. Minor correction to Instructions (manual emergency saves).
author Brecht De Man <b.deman@qmul.ac.uk>
date Tue, 08 Dec 2015 17:17:39 +0100
parents 0d109d5a3c72
children 1e176e95ef33
rev   line source
nickjillings@1404 1 <?xml version="1.0" encoding="utf-8"?>
nickjillings@1404 2 <BrowserEvalProjectDocument>
nickjillings@1413 3 <setup interface="APE" projectReturn="save.php" randomiseOrder='false' collectMetrics='true' testPages="2">
nickjillings@1404 4 <PreTest>
b@1402 5 <question id="sessionId" mandatory="true">Please enter your name.</question>
b@1402 6 <statement>This is an example of an 'APE'-style test, with two pages, using the test stimuli in 'example_eval/'.</statement>
nickjillings@1404 7 </PreTest>
nickjillings@1404 8 <PostTest>
b@1402 9 <question id="location" mandatory="true" boxsize="large">Please enter your location. (example mandatory text question)</question>
b@1402 10 <number id="age" min="0">Please enter your age (example non-mandatory number question)</number>
nickjillings@1404 11 <radio id="rating">
b@1402 12 <statement>Please rate this interface (example radio button question)</statement>
nickjillings@1404 13 <option name="bad">Bad</option>
b@1402 14 <option name="poor">Poor</option>
b@1402 15 <option name="good">Good</option>
b@1402 16 <option name="great">Great</option>
nickjillings@1404 17 </radio>
b@1402 18 <statement>Thank you for taking this listening test. Please click 'submit' and your results will appear in the 'saves/' folder.</statement>
nickjillings@1404 19 </PostTest>
nickjillings@1404 20 <Metric>
nickjillings@1404 21 <metricEnable>testTimer</metricEnable>
nickjillings@1404 22 <metricEnable>elementTimer</metricEnable>
nickjillings@1404 23 <metricEnable>elementInitialPosition</metricEnable>
nickjillings@1404 24 <metricEnable>elementTracker</metricEnable>
nickjillings@1404 25 <metricEnable>elementFlagListenedTo</metricEnable>
nickjillings@1404 26 <metricEnable>elementFlagMoved</metricEnable>
nickjillings@1404 27 <metricEnable>elementListenTracker</metricEnable>
nickjillings@1404 28 </Metric>
nickjillings@1404 29 <interface>
nickjillings@1404 30 <check name="fragmentMoved"/>
nickjillings@1404 31 <check name="scalerange" min="25" max="75"/>
nickjillings@1404 32 <option name='playhead'/>
nickjillings@1404 33 <option name="page-count"/>
nickjillings@1404 34 </interface>
nickjillings@1404 35 </setup>
b@1402 36 <audioHolder id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
nickjillings@1413 37 <interface name="preference">
nickjillings@1413 38 <title>Preference</title>
nickjillings@1404 39 <scale position="0">Min</scale>
nickjillings@1404 40 <scale position="100">Max</scale>
nickjillings@1404 41 <scale position="50">Middle</scale>
nickjillings@1404 42 <scale position="20">20</scale>
nickjillings@1404 43 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
nickjillings@1404 44 </interface>
nickjillings@1413 45 <interface name="depth">
nickjillings@1413 46 <title>Depth</title>
nickjillings@1413 47 <scale position="0">Low</scale>
nickjillings@1413 48 <scale position="100">High</scale>
nickjillings@1413 49 <scale position="50">Middle</scale>
nickjillings@1413 50 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
nickjillings@1413 51 </interface>
nickjillings@1404 52 <audioElements url="0.wav" id="0" type="anchor"/>
nickjillings@1404 53 <audioElements url="1.wav" id="1"/>
nickjillings@1404 54 <audioElements url="2.wav" id="2"/>
nickjillings@1404 55 <audioElements url="3.wav" id="3"/>
nickjillings@1404 56 <audioElements url="4.wav" id="4"/>
b@1402 57 <PreTest>
b@1402 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@1402 59 </PreTest>
nickjillings@1404 60 <PostTest>
nickjillings@1404 61 <question id="genre" mandatory="true">Please enter the genre.</question>
nickjillings@1404 62 </PostTest>
nickjillings@1404 63 </audioHolder>
b@1402 64 <audioHolder id='test-1' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='false' elementComments='true'>
nickjillings@1416 65 <interface name="preference">
nickjillings@1404 66 <title>Example Test Question</title>
nickjillings@1404 67 <scale position="0">Min</scale>
nickjillings@1404 68 <scale position="100">Max</scale>
nickjillings@1404 69 <scale position="50">Middle</scale>
nickjillings@1404 70 <scale position="75">75</scale>
nickjillings@1404 71 <scalerange min="25" max="75"/>
nickjillings@1404 72 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
nickjillings@1404 73 </interface>
b@1402 74 <audioElements url="0.wav" id="0" type="anchor" marker="20"/>
b@1402 75 <audioElements url="1.wav" id="1" type="reference" marker="80"/>
nickjillings@1404 76 <audioElements url="2.wav" id="2"/>
nickjillings@1404 77 <audioElements url="3.wav" id="3"/>
nickjillings@1404 78 <audioElements url="4.wav" id="4"/>
nickjillings@1404 79 <audioElements url="5.wav" id="5"/>
nickjillings@1404 80 <audioElements url="6.wav" id="6" type="outsidereference"/>
b@1402 81 <CommentQuestion id='mixingExperience' type="text">What is your general experience with numbers?</CommentQuestion>
nickjillings@1404 82 <CommentQuestion id="preference" type="radio">
b@1402 83 <statement>Please enter your overall preference</statement>
nickjillings@1404 84 <option name="worst">Very Bad</option>
nickjillings@1404 85 <option name="bad"></option>
nickjillings@1404 86 <option name="OK">OK</option>
nickjillings@1404 87 <option name="Good"></option>
nickjillings@1404 88 <option name="Great">Great</option>
nickjillings@1404 89 </CommentQuestion>
nickjillings@1404 90 <CommentQuestion id="preference" type="checkbox">
b@1402 91 <statement>Please describe the overall character</statement>
nickjillings@1404 92 <option name="funky">Funky</option>
nickjillings@1404 93 <option name="mellow">Mellow</option>
nickjillings@1404 94 <option name="laidback">Laid back</option>
nickjillings@1404 95 <option name="heavy">Heavy</option>
nickjillings@1404 96 </CommentQuestion>
b@1402 97 <PreTest>
b@1402 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@1402 99 </PreTest>
nickjillings@1404 100 <PostTest>
nickjillings@1404 101 <question id="genre" mandatory="true">Please enter the genre.</question>
nickjillings@1404 102 </PostTest>
nickjillings@1404 103 </audioHolder>
nickjillings@1404 104 </BrowserEvalProjectDocument>