annotate example_eval/project.xml @ 1589:c33eef57f0b9

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