annotate example_eval/project.xml @ 832:00614dce607d

APE: Can drag a slider whilst listening to another fragment
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Fri, 27 Nov 2015 11:08:45 +0000
parents 1b6fa37d46a4
children 888292c88c33
rev   line source
n@816 1 <?xml version="1.0" encoding="utf-8"?>
n@816 2 <BrowserEvalProjectDocument>
n@816 3 <setup interface="APE" projectReturn="save.php" randomiseOrder='true' collectMetrics='true' testPages="2">
n@816 4 <PreTest>
n@816 5 <question id="Location" mandatory="true" boxsize="large">Please enter your location.</question>
n@816 6 <checkbox id="experience">
n@816 7 <statement>Check options which are relevant to you</statement>
n@816 8 <option id="digital">Digital Consoles</option>
n@816 9 <option id="analog">Analog Consoles</option>
n@816 10 <option id="live">Live Mixing</option>
n@816 11 <option id="studio">Studio Mixing</option>
n@816 12 <option id="player">Play an instrument</option>
n@816 13 </checkbox>
n@816 14 <number id="age" min="0">Please enter your age</number>
n@816 15 <statement>Please listen to all fragments</statement>
n@816 16 </PreTest>
n@816 17 <PostTest>
n@816 18 <question id="SessionID" mandatory="true">Please enter your name.</question>
n@816 19 <radio id="rating">
n@816 20 <statement>Please rate this interface</statement>
n@816 21 <option name="bad">Bad</option>
n@816 22 <option name="OK">OK</option>
n@816 23 <option name="Good">Good</option>
n@816 24 <option name="Great">Great</option>
n@816 25 </radio>
n@816 26 <statement>Thank you for taking this listening test.</statement>
n@816 27 </PostTest>
n@816 28 <Metric>
n@816 29 <metricEnable>testTimer</metricEnable>
n@816 30 <metricEnable>elementTimer</metricEnable>
n@816 31 <metricEnable>elementInitialPosition</metricEnable>
n@816 32 <metricEnable>elementTracker</metricEnable>
n@816 33 <metricEnable>elementFlagListenedTo</metricEnable>
n@816 34 <metricEnable>elementFlagMoved</metricEnable>
n@816 35 <metricEnable>elementListenTracker</metricEnable>
n@816 36 </Metric>
n@816 37 <interface>
n@816 38 <check name="fragmentMoved"/>
n@816 39 <check name="scalerange" min="25" max="75"/>
n@816 40 <option name='playhead'/>
n@816 41 <option name="page-count"/>
n@816 42 </interface>
n@816 43 </setup>
n@816 44 <audioHolder id='test-0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
n@816 45 <interface>
n@816 46 <title>Example Test Question</title>
n@816 47 <scale position="0">Min</scale>
n@816 48 <scale position="100">Max</scale>
n@816 49 <scale position="50">Middle</scale>
n@816 50 <scale position="20">20</scale>
n@816 51 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
n@816 52 </interface>
n@816 53 <audioElements url="0.wav" id="0" type="anchor"/>
n@816 54 <audioElements url="1.wav" id="1"/>
n@816 55 <audioElements url="2.wav" id="2"/>
n@816 56 <audioElements url="3.wav" id="3"/>
n@816 57 <audioElements url="4.wav" id="4"/>
n@816 58 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience</CommentQuestion>
n@816 59 <CommentQuestion id="preference" type="radio">
n@816 60 <statement>Please enter your ranking preference on this song</statement>
n@816 61 <option name="worst">Very Bad</option>
n@816 62 <option name="bad"></option>
n@816 63 <option name="OK">OK</option>
n@816 64 <option name="Good"></option>
n@816 65 <option name="Great">Great</option>
n@816 66 </CommentQuestion>
n@816 67 <CommentQuestion id="preference" type="checkbox">
n@816 68 <statement>Describe this song</statement>
n@816 69 <option name="bright">Bright</option>
n@816 70 <option name="punchy">Punchy</option>
n@816 71 <option name="dark">Dark</option>
n@816 72 <option name="muddy">Muddy</option>
n@816 73 <option name="thin">Thin</option>
n@816 74 </CommentQuestion>
n@816 75 <PreTest/>
n@816 76 <PostTest>
n@816 77 <question id="genre" mandatory="true">Please enter the genre.</question>
n@816 78 </PostTest>
n@816 79 </audioHolder>
n@816 80 <audioHolder id='test-1' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='false' elementComments='true'>
n@816 81 <interface>
n@816 82 <title>Example Test Question</title>
n@816 83 <scale position="0">Min</scale>
n@816 84 <scale position="100">Max</scale>
n@816 85 <scale position="50">Middle</scale>
n@816 86 <scale position="75">75</scale>
n@816 87 <scalerange min="25" max="75"/>
n@816 88 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
n@816 89 </interface>
n@816 90 <audioElements url="0.wav" id="0" type="reference" marker="80"/>
n@816 91 <audioElements url="1.wav" id="1" type="anchor" marker="20"/>
n@816 92 <audioElements url="2.wav" id="2"/>
n@816 93 <audioElements url="3.wav" id="3"/>
n@816 94 <audioElements url="4.wav" id="4"/>
n@816 95 <audioElements url="5.wav" id="5"/>
n@816 96 <audioElements url="6.wav" id="6" type="outsidereference"/>
n@816 97 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience?</CommentQuestion>
n@816 98 <CommentQuestion id="preference" type="radio">
n@816 99 <statement>Please enter your ranking preference on this song.</statement>
n@816 100 <option name="worst">Very Bad</option>
n@816 101 <option name="bad"></option>
n@816 102 <option name="OK">OK</option>
n@816 103 <option name="Good"></option>
n@816 104 <option name="Great">Great</option>
n@816 105 </CommentQuestion>
n@816 106 <CommentQuestion id="preference" type="checkbox">
n@816 107 <statement>Describe this song</statement>
n@816 108 <option name="funky">Funky</option>
n@816 109 <option name="mellow">Mellow</option>
n@816 110 <option name="laidback">Laid back</option>
n@816 111 <option name="heavy">Heavy</option>
n@816 112 </CommentQuestion>
n@816 113 <PreTest/>
n@816 114 <PostTest>
n@816 115 <question id="genre" mandatory="true">Please enter the genre.</question>
n@816 116 </PostTest>
n@816 117 </audioHolder>
n@816 118 </BrowserEvalProjectDocument>