annotate example_eval/project.xml @ 918:1e1339e51701

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