annotate example_eval/project.xml @ 1522:40face84bd13

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