annotate example_eval/project.xml @ 1022:0fdca5989285

Feature #1232: <commentBoxPrefix> node now in <interface> of audioHolder. If not specified, default is 'Comment on track'
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Thu, 04 Jun 2015 10:06:42 +0100
parents 35682e8e1159
children 907abe027ebc
rev   line source
nicholas@11 1 <?xml version="1.0" encoding="utf-8"?>
nicholas@4 2 <BrowserEvalProjectDocument>
n@933 3 <setup interface="APE" projectReturn="/save" randomiseOrder='true' collectMetrics='true'>
n@660 4 <PreTest>
nicholas@954 5 <question id="Location" mandatory="true">Please enter your location.</question>
n@660 6 <statement>Please listen to all mixes</statement>
n@660 7 </PreTest>
n@660 8 <PostTest>
nicholas@954 9 <question id="SessionID" mandatory="true">Please enter your name.</question>
n@660 10 <statement>Thank you for taking this listening test.</statement>
n@660 11 </PostTest>
n@660 12 <Metric>
n@660 13 <metricEnable>testTimer</metricEnable>
n@660 14 <metricEnable>elementTimer</metricEnable>
n@1019 15 <metricEnable>elementInitialPosition</metricEnable>
n@660 16 <metricEnable>elementTracker</metricEnable>
n@660 17 <metricEnable>elementFlagListenedTo</metricEnable>
n@660 18 <metricEnable>elementFlagMoved</metricEnable>
n@1013 19 <metricEnable>elementListenTracker</metricEnable>
n@660 20 </Metric>
n@660 21 </setup>
n@1013 22 <audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
n@671 23 <interface>
n@671 24 <title>Example Test Question</title>
n@671 25 <scale position="0">Min</scale>
n@671 26 <scale position="100">Max</scale>
n@671 27 <scale position="50">Middle</scale>
n@671 28 <scale position="20">20</scale>
n@1022 29 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
n@671 30 </interface>
n@669 31 <audioElements url="0.wav" id="0"/>
n@669 32 <audioElements url="1.wav" id="1"/>
n@669 33 <audioElements url="2.wav" id="2"/>
n@669 34 <audioElements url="3.wav" id="3"/>
n@669 35 <audioElements url="4.wav" id="4"/>
n@669 36 <audioElements url="5.wav" id="5"/>
n@987 37 <!--<audioElements url="6.wav" id="6"/>
n@669 38 <audioElements url="7.wav" id="7"/>
n@669 39 <audioElements url="8.wav" id="8"/>
n@669 40 <audioElements url="9.wav" id="9"/>
n@987 41 <audioElements url="10.wav" id="10"/>-->
n@1022 42 <CommentQuestion id='mixingExperience'>What is your mixing experience</CommentQuestion>
nicholas@964 43 <!--
n@663 44 <PreTest>
n@663 45 <statement>Start the Test 3</statement>
n@663 46 </PreTest>
nicholas@964 47 -->
n@659 48 <PostTest>
nicholas@954 49 <question id="genre" mandatory="true">Please enter the genre</question>
n@950 50 </PostTest>
n@700 51 </audioHolder>
n@699 52 </BrowserEvalProjectDocument>