annotate example_eval/project.xml @ 1588:a64c6a1d869c

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