annotate example_eval/project.xml @ 1944:ac2380d3f0cb

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