annotate example_eval/project.xml @ 852:36a0054a0ee0

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