annotate example_eval/project.xml @ 191:a2b30d251f01

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