annotate example_eval/project.xml @ 358:9c4118f24790 Dev_main

EXPERIMENTAL! New APE drag interface. Testing for OSX
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Fri, 27 Nov 2015 10:23:47 +0000
parents 25c16110d0fa
children 2b38b4215d4d 38439b21d369
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>
n@191 5 <question id="Location" mandatory="true" boxsize="large">Please enter your location.</question>
nicholas@188 6 <checkbox id="experience">
nicholas@188 7 <statement>Check options which are relevant to you</statement>
nicholas@188 8 <option id="digital">Digital Consoles</option>
nicholas@188 9 <option id="analog">Analog Consoles</option>
nicholas@188 10 <option id="live">Live Mixing</option>
nicholas@188 11 <option id="studio">Studio Mixing</option>
nicholas@188 12 <option id="player">Play an instrument</option>
nicholas@188 13 </checkbox>
n@197 14 <number id="age" min="0">Please enter your age</number>
b@207 15 <statement>Please listen to all fragments</statement>
n@196 16 </PreTest>
n@196 17 <PostTest>
n@196 18 <question id="SessionID" mandatory="true">Please enter your name.</question>
nicholas@189 19 <radio id="rating">
nicholas@189 20 <statement>Please rate this interface</statement>
nicholas@189 21 <option name="bad">Bad</option>
nicholas@189 22 <option name="OK">OK</option>
nicholas@189 23 <option name="Good">Good</option>
nicholas@189 24 <option name="Great">Great</option>
nicholas@189 25 </radio>
n@36 26 <statement>Thank you for taking this listening test.</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>
nicholas@272 44 <audioHolder id='test-0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
n@47 45 <interface>
n@47 46 <title>Example Test Question</title>
n@47 47 <scale position="0">Min</scale>
n@47 48 <scale position="100">Max</scale>
n@47 49 <scale position="50">Middle</scale>
n@47 50 <scale position="20">20</scale>
n@174 51 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
n@47 52 </interface>
nicholas@236 53 <audioElements url="0.wav" id="0" type="anchor"/>
n@45 54 <audioElements url="1.wav" id="1"/>
n@45 55 <audioElements url="2.wav" id="2"/>
n@45 56 <audioElements url="3.wav" id="3"/>
n@294 57 <audioElements url="4.wav" id="4"/>
n@193 58 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience</CommentQuestion>
n@193 59 <CommentQuestion id="preference" type="radio">
n@193 60 <statement>Please enter your ranking preference on this song</statement>
n@193 61 <option name="worst">Very Bad</option>
n@193 62 <option name="bad"></option>
n@193 63 <option name="OK">OK</option>
n@193 64 <option name="Good"></option>
n@193 65 <option name="Great">Great</option>
n@193 66 </CommentQuestion>
n@195 67 <CommentQuestion id="preference" type="checkbox">
n@195 68 <statement>Describe this song</statement>
n@195 69 <option name="bright">Bright</option>
n@195 70 <option name="punchy">Punchy</option>
n@195 71 <option name="dark">Dark</option>
b@207 72 <option name="muddy">Muddy</option>
b@207 73 <option name="thin">Thin</option>
n@195 74 </CommentQuestion>
nicholas@189 75 <PreTest/>
n@35 76 <PostTest>
b@207 77 <question id="genre" mandatory="true">Please enter the genre.</question>
n@113 78 </PostTest>
n@15 79 </audioHolder>
nicholas@267 80 <audioHolder id='test-1' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='false' elementComments='true'>
b@207 81 <interface>
b@207 82 <title>Example Test Question</title>
b@207 83 <scale position="0">Min</scale>
b@207 84 <scale position="100">Max</scale>
b@207 85 <scale position="50">Middle</scale>
b@207 86 <scale position="75">75</scale>
nicholas@231 87 <scalerange min="25" max="75"/>
b@207 88 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
b@207 89 </interface>
nicholas@235 90 <audioElements url="0.wav" id="0" type="reference" marker="80"/>
nicholas@235 91 <audioElements url="1.wav" id="1" type="anchor" marker="20"/>
b@207 92 <audioElements url="2.wav" id="2"/>
b@207 93 <audioElements url="3.wav" id="3"/>
b@207 94 <audioElements url="4.wav" id="4"/>
b@207 95 <audioElements url="5.wav" id="5"/>
n@294 96 <audioElements url="6.wav" id="6" type="outsidereference"/>
b@207 97 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience?</CommentQuestion>
b@207 98 <CommentQuestion id="preference" type="radio">
b@207 99 <statement>Please enter your ranking preference on this song.</statement>
b@207 100 <option name="worst">Very Bad</option>
b@207 101 <option name="bad"></option>
b@207 102 <option name="OK">OK</option>
b@207 103 <option name="Good"></option>
b@207 104 <option name="Great">Great</option>
b@207 105 </CommentQuestion>
b@207 106 <CommentQuestion id="preference" type="checkbox">
b@207 107 <statement>Describe this song</statement>
b@207 108 <option name="funky">Funky</option>
b@207 109 <option name="mellow">Mellow</option>
b@207 110 <option name="laidback">Laid back</option>
b@207 111 <option name="heavy">Heavy</option>
b@207 112 </CommentQuestion>
b@207 113 <PreTest/>
b@207 114 <PostTest>
b@207 115 <question id="genre" mandatory="true">Please enter the genre.</question>
b@207 116 </PostTest>
b@207 117 </audioHolder>
n@14 118 </BrowserEvalProjectDocument>