annotate example_eval/project.xml @ 903:3464a477c021

Feature #1224: Added number box
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 08 Jun 2015 11:56:14 +0100
parents 4041e5abcde5
children b94bb53ce4ac
rev   line source
n@901 1 <?xml version="1.0" encoding="utf-8"?>
n@901 2 <BrowserEvalProjectDocument>
n@901 3 <setup interface="APE" projectReturn="/save" randomiseOrder='true' collectMetrics='true'>
n@901 4 <PreTest>
n@901 5 <question id="Location" mandatory="true" boxsize="large">Please enter your location.</question>
n@901 6 <checkbox id="experience">
n@901 7 <statement>Check options which are relevant to you</statement>
n@901 8 <option id="digital">Digital Consoles</option>
n@901 9 <option id="analog">Analog Consoles</option>
n@901 10 <option id="live">Live Mixing</option>
n@901 11 <option id="studio">Studio Mixing</option>
n@901 12 <option id="player">Play an instrument</option>
n@901 13 </checkbox>
n@903 14 <number id="age">Please enter your age</number>
n@903 15 <statement>Please listen to all mixes</statement>
n@903 16 </PreTest>
n@903 17 <PostTest>
n@903 18 <question id="SessionID" mandatory="true">Please enter your name.</question>
n@901 19 <radio id="rating">
n@901 20 <statement>Please rate this interface</statement>
n@901 21 <option name="bad">Bad</option>
n@901 22 <option name="OK">OK</option>
n@901 23 <option name="Good">Good</option>
n@901 24 <option name="Great">Great</option>
n@901 25 </radio>
n@901 26 <statement>Thank you for taking this listening test.</statement>
n@901 27 </PostTest>
n@901 28 <Metric>
n@901 29 <metricEnable>testTimer</metricEnable>
n@901 30 <metricEnable>elementTimer</metricEnable>
n@901 31 <metricEnable>elementInitialPosition</metricEnable>
n@901 32 <metricEnable>elementTracker</metricEnable>
n@901 33 <metricEnable>elementFlagListenedTo</metricEnable>
n@901 34 <metricEnable>elementFlagMoved</metricEnable>
n@901 35 <metricEnable>elementListenTracker</metricEnable>
n@901 36 </Metric>
n@901 37 </setup>
n@901 38 <audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
n@901 39 <interface>
n@901 40 <title>Example Test Question</title>
n@901 41 <scale position="0">Min</scale>
n@901 42 <scale position="100">Max</scale>
n@901 43 <scale position="50">Middle</scale>
n@901 44 <scale position="20">20</scale>
n@901 45 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
n@901 46 </interface>
n@901 47 <audioElements url="0.wav" id="0"/>
n@901 48 <audioElements url="1.wav" id="1"/>
n@901 49 <audioElements url="2.wav" id="2"/>
n@901 50 <audioElements url="3.wav" id="3"/>
n@901 51 <!--<audioElements url="4.wav" id="4"/>
n@901 52 <audioElements url="5.wav" id="5"/>
n@901 53 <audioElements url="6.wav" id="6"/>
n@901 54 <audioElements url="7.wav" id="7"/>
n@901 55 <audioElements url="8.wav" id="8"/>
n@901 56 <audioElements url="9.wav" id="9"/>
n@901 57 <audioElements url="10.wav" id="10"/>-->
n@901 58 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience</CommentQuestion>
n@901 59 <CommentQuestion id="preference" type="radio">
n@901 60 <statement>Please enter your ranking preference on this song</statement>
n@901 61 <option name="worst">Very Bad</option>
n@901 62 <option name="bad"></option>
n@901 63 <option name="OK">OK</option>
n@901 64 <option name="Good"></option>
n@901 65 <option name="Great">Great</option>
n@901 66 </CommentQuestion>
n@902 67 <CommentQuestion id="preference" type="checkbox">
n@902 68 <statement>Describe this song</statement>
n@902 69 <option name="bright">Bright</option>
n@902 70 <option name="punchy">Punchy</option>
n@902 71 <option name="dark">Dark</option>
n@902 72 <option name="moody">Moody</option>
n@902 73 <option name="dull">Dull</option>
n@902 74 </CommentQuestion>
n@901 75 <PreTest/>
n@901 76 <PostTest>
n@901 77 <question id="genre" mandatory="true">Please enter the genre</question>
n@901 78 </PostTest>
n@901 79 </audioHolder>
n@901 80 </BrowserEvalProjectDocument>