annotate example_eval/project.xml @ 35:5bc6e6fd2e36 Dev_main

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 c4c7ddaec6fc
children d848d24fdb7c
rev   line source
nicholas@11 1 <?xml version="1.0" encoding="utf-8"?>
nicholas@4 2 <BrowserEvalProjectDocument>
n@35 3 <setup interface="APE" projectReturn="null" randomiseOrder='true' collectMetrics='true' />
n@35 4 <audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='1'>
n@14 5 <audioElements url="0.wav" ID="0"/>
n@14 6 <audioElements url="1.wav"/>
n@14 7 <audioElements url="2.wav"/>
n@14 8 <audioElements url="3.wav"/>
n@14 9 <audioElements url="4.wav"/>
n@14 10 <audioElements url="5.wav"/>
n@14 11 <audioElements url="6.wav"/>
n@14 12 <audioElements url="7.wav"/>
n@14 13 <audioElements url="8.wav"/>
n@14 14 <audioElements url="9.wav"/>
n@14 15 <audioElements url="10.wav"/>
n@35 16 <CommentQuestion id='mixingExperiance'>What is your mixing experiance</CommentQuestion>
n@35 17 <PreTest/>
n@35 18 <PostTest>
n@35 19 <statement>Please take a break before the next test</statement>
n@35 20 </PostTest>
n@15 21 </audioHolder>
n@14 22 <PreTest>
n@14 23 <statement>Please listen to all mixes</statement>
n@23 24 <question id="location" mandatory="true">Please enter your listening location</question>
n@14 25 </PreTest>
n@14 26 <PostTest>
n@14 27 <statement>Thank you for taking this listening test.</statement>
n@23 28 <question id="SessionID">Please enter your name.</question>
n@14 29 </PostTest>
n@35 30 <Metric>
n@35 31 <metricEnable>testTimer</metricEnable>
n@35 32 <metricEnable>elementTimer</metricEnable>
n@35 33 <metricEnable>elementTracker</metricEnable>
n@35 34 <metricEnable>elementFlagListenedTo</metricEnable>
n@35 35 <metricEnable>elementFlagMoved</metricEnable>
n@35 36 </Metric>
n@14 37 </BrowserEvalProjectDocument>