annotate example_eval/project.xml @ 776:0795031754d7

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