annotate example_eval/project.xml @ 1455:36352403f473

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