annotate example_eval/project.xml @ 919:dd36d98cd4f9

Added radio boxes
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Fri, 05 Jun 2015 12:42:32 +0100
parents 1e1339e51701
children 907abe027ebc
rev   line source
n@905 1 <?xml version="1.0" encoding="utf-8"?>
n@905 2 <BrowserEvalProjectDocument>
n@905 3 <setup interface="APE" projectReturn="/save" randomiseOrder='true' collectMetrics='true'>
n@905 4 <PreTest>
n@905 5 <question id="Location" mandatory="true">Please enter your location.</question>
nicholas@918 6 <checkbox id="experience">
nicholas@918 7 <statement>Check options which are relevant to you</statement>
nicholas@918 8 <option id="digital">Digital Consoles</option>
nicholas@918 9 <option id="analog">Analog Consoles</option>
nicholas@918 10 <option id="live">Live Mixing</option>
nicholas@918 11 <option id="studio">Studio Mixing</option>
nicholas@918 12 <option id="player">Play an instrument</option>
nicholas@918 13 </checkbox>
nicholas@919 14 <radio id="rating">
nicholas@919 15 <statement>Please rate this interface</statement>
nicholas@919 16 <option name="bad">Bad</option>
nicholas@919 17 <option name="OK">OK</option>
nicholas@919 18 <option name="Good">Good</option>
nicholas@919 19 <option name="Great">Great</option>
nicholas@919 20 </radio>
n@905 21 <statement>Please listen to all mixes</statement>
n@905 22 </PreTest>
n@905 23 <PostTest>
n@905 24 <question id="SessionID" mandatory="true">Please enter your name.</question>
n@905 25 <statement>Thank you for taking this listening test.</statement>
n@905 26 </PostTest>
n@905 27 <Metric>
n@905 28 <metricEnable>testTimer</metricEnable>
n@905 29 <metricEnable>elementTimer</metricEnable>
n@905 30 <metricEnable>elementInitialPosition</metricEnable>
n@905 31 <metricEnable>elementTracker</metricEnable>
n@905 32 <metricEnable>elementFlagListenedTo</metricEnable>
n@905 33 <metricEnable>elementFlagMoved</metricEnable>
n@905 34 <metricEnable>elementListenTracker</metricEnable>
n@905 35 </Metric>
n@905 36 </setup>
n@905 37 <audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
n@905 38 <interface>
n@905 39 <title>Example Test Question</title>
n@905 40 <scale position="0">Min</scale>
n@905 41 <scale position="100">Max</scale>
n@905 42 <scale position="50">Middle</scale>
n@905 43 <scale position="20">20</scale>
n@905 44 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
n@905 45 </interface>
n@905 46 <audioElements url="0.wav" id="0"/>
n@905 47 <audioElements url="1.wav" id="1"/>
n@905 48 <audioElements url="2.wav" id="2"/>
n@905 49 <audioElements url="3.wav" id="3"/>
nicholas@918 50 <!--<audioElements url="4.wav" id="4"/>
n@905 51 <audioElements url="5.wav" id="5"/>
nicholas@917 52 <audioElements url="6.wav" id="6"/>
n@905 53 <audioElements url="7.wav" id="7"/>
n@905 54 <audioElements url="8.wav" id="8"/>
n@905 55 <audioElements url="9.wav" id="9"/>
nicholas@918 56 <audioElements url="10.wav" id="10"/>-->
n@905 57 <CommentQuestion id='mixingExperience'>What is your mixing experience</CommentQuestion>
nicholas@919 58 <PreTest/>
n@905 59 <PostTest>
n@905 60 <question id="genre" mandatory="true">Please enter the genre</question>
n@905 61 </PostTest>
n@905 62 </audioHolder>
n@905 63 </BrowserEvalProjectDocument>