annotate example_eval/project.xml @ 1013:3a77fed8a32c

Feature #1261: Enabled with new <metricEnabled> flag in specification XML. Returns <event> nodes with <testTime> and <bufferTime>
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Wed, 03 Jun 2015 11:12:29 +0100
parents d141519a99f2
children d3c76f362c0c
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@674 15 <metricEnable>elementInitalPosition</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@671 29 </interface>
n@669 30 <audioElements url="0.wav" id="0"/>
n@669 31 <audioElements url="1.wav" id="1"/>
n@669 32 <audioElements url="2.wav" id="2"/>
n@669 33 <audioElements url="3.wav" id="3"/>
n@669 34 <audioElements url="4.wav" id="4"/>
n@669 35 <audioElements url="5.wav" id="5"/>
n@987 36 <!--<audioElements url="6.wav" id="6"/>
n@669 37 <audioElements url="7.wav" id="7"/>
n@669 38 <audioElements url="8.wav" id="8"/>
n@669 39 <audioElements url="9.wav" id="9"/>
n@987 40 <audioElements url="10.wav" id="10"/>-->
n@659 41 <CommentQuestion id='mixingExperiance'>What is your mixing experiance</CommentQuestion>
nicholas@964 42 <!--
n@663 43 <PreTest>
n@663 44 <statement>Start the Test 3</statement>
n@663 45 </PreTest>
nicholas@964 46 -->
n@659 47 <PostTest>
nicholas@954 48 <question id="genre" mandatory="true">Please enter the genre</question>
n@950 49 </PostTest>
n@700 50 </audioHolder>
n@699 51 </BrowserEvalProjectDocument>