changeset 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 2d28a7a86c56
children 44d281129d55
files example_eval/project.xml
diffstat 1 files changed, 14 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/example_eval/project.xml	Fri Apr 10 12:18:51 2015 +0100
+++ b/example_eval/project.xml	Fri Apr 10 12:23:57 2015 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <BrowserEvalProjectDocument>
-	<setup interface="APE" projectReturn="null" />
-	<audioHolder hostURL="example_eval/" sampleRate="44100">
+	<setup interface="APE" projectReturn="null" randomiseOrder='true' collectMetrics='true' />
+	<audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='1'>
 		<audioElements url="0.wav" ID="0"/>
 		<audioElements url="1.wav"/>
 		<audioElements url="2.wav"/>
@@ -13,8 +13,12 @@
 		<audioElements url="8.wav"/>
 		<audioElements url="9.wav"/>
 		<audioElements url="10.wav"/>
+		<CommentQuestion id='mixingExperiance'>What is your mixing experiance</CommentQuestion>
+		<PreTest/>
+		<PostTest>
+			<statement>Please take a break before the next test</statement>
+		</PostTest>
 	</audioHolder>
-	<CommentQuestion>What is your mixing experiance</CommentQuestion>
 	<PreTest>
 		<statement>Please listen to all mixes</statement>
 		<question id="location" mandatory="true">Please enter your listening location</question>
@@ -23,4 +27,11 @@
 		<statement>Thank you for taking this listening test.</statement>
 		<question id="SessionID">Please enter your name.</question>
 	</PostTest>
+	<Metric>
+		<metricEnable>testTimer</metricEnable>
+		<metricEnable>elementTimer</metricEnable>
+		<metricEnable>elementTracker</metricEnable>
+		<metricEnable>elementFlagListenedTo</metricEnable>
+		<metricEnable>elementFlagMoved</metricEnable>
+	</Metric>
 </BrowserEvalProjectDocument>
\ No newline at end of file