annotate example_eval/project.xml @ 659:4b5cfa1ab589

Updated example project.xml to reflect new project specifications.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Fri, 10 Apr 2015 12:23:57 +0100
parents 0a401224660b
children 44d281129d55
rev   line source
n@656 1 <?xml version="1.0" encoding="utf-8"?>
n@656 2 <BrowserEvalProjectDocument>
n@659 3 <setup interface="APE" projectReturn="null" randomiseOrder='true' collectMetrics='true' />
n@659 4 <audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='1'>
n@656 5 <audioElements url="0.wav" ID="0"/>
n@656 6 <audioElements url="1.wav"/>
n@656 7 <audioElements url="2.wav"/>
n@656 8 <audioElements url="3.wav"/>
n@656 9 <audioElements url="4.wav"/>
n@656 10 <audioElements url="5.wav"/>
n@656 11 <audioElements url="6.wav"/>
n@656 12 <audioElements url="7.wav"/>
n@656 13 <audioElements url="8.wav"/>
n@656 14 <audioElements url="9.wav"/>
n@656 15 <audioElements url="10.wav"/>
n@659 16 <CommentQuestion id='mixingExperiance'>What is your mixing experiance</CommentQuestion>
n@659 17 <PreTest/>
n@659 18 <PostTest>
n@659 19 <statement>Please take a break before the next test</statement>
n@659 20 </PostTest>
n@656 21 </audioHolder>
n@656 22 <PreTest>
n@656 23 <statement>Please listen to all mixes</statement>
n@656 24 <question id="location" mandatory="true">Please enter your listening location</question>
n@656 25 </PreTest>
n@656 26 <PostTest>
n@656 27 <statement>Thank you for taking this listening test.</statement>
n@656 28 <question id="SessionID">Please enter your name.</question>
n@656 29 </PostTest>
n@659 30 <Metric>
n@659 31 <metricEnable>testTimer</metricEnable>
n@659 32 <metricEnable>elementTimer</metricEnable>
n@659 33 <metricEnable>elementTracker</metricEnable>
n@659 34 <metricEnable>elementFlagListenedTo</metricEnable>
n@659 35 <metricEnable>elementFlagMoved</metricEnable>
n@659 36 </Metric>
n@656 37 </BrowserEvalProjectDocument>