diff example_eval/project.xml @ 1319:86f371ddcb87

Updated XSD for setup. APE example now validates (note IDs).
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Wed, 23 Dec 2015 17:17:36 +0000
parents 64541cd9265d
children 41ef099fbb6a
line wrap: on
line diff
--- a/example_eval/project.xml	Wed Dec 23 12:41:08 2015 +0000
+++ b/example_eval/project.xml	Wed Dec 23 17:17:36 2015 +0000
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<BrowserEvalProjectDocument>
+<BrowserEvalProjectDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="SpecificationSchema.xsd">
 	<setup interface="APE" projectReturn="save.php" randomiseOrder='true' collectMetrics='true' testPages="2" loudness="-23">
 		<PreTest>
 			<question id="sessionId" mandatory="true">Please enter your name.</question>
@@ -55,11 +55,11 @@
 			<scale position="100">High</scale>
 			<scale position="50">Middle</scale>
 		</interface>
-		<audioElements url="0.wav" id="0" type="anchor"/>
-		<audioElements url="1.wav" id="1"/>
-		<audioElements url="2.wav" id="2"/>
-		<audioElements url="3.wav" id="3"/>
-		<audioElements url="4.wav" id="4"/>
+		<audioElements url="0.wav" id="track-0" type="anchor"/>
+		<audioElements url="1.wav" id="track-1"/>
+		<audioElements url="2.wav" id="track-2"/>
+		<audioElements url="3.wav" id="track-3"/>
+		<audioElements url="4.wav" id="track-4"/>
 		<PreTest>
 			<statement>Example of an 'APE' style interface with hidden anchor 'zero' (which needs to be below 20%), looping of the samples, randomisation of marker labels, mandatory moving of every sample, and a forced scale usage of at least 25%-75%. </statement>
 		</PreTest>
@@ -77,14 +77,16 @@
             <scalerange min="25" max="75"/>
             <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
         </interface>
-        <audioElements url="0.wav" gain="-6" id="0" type="anchor" marker="20"/>
-        <audioElements url="1.wav" gain="0.0" id="1" type="reference" marker="80"/>
-        <audioElements url="2.wav" gain="0.0" id="2"/>
-        <audioElements url="3.wav" gain="0.0" id="3"/>
-        <audioElements url="4.wav" gain="0.0" id="4"/>
-        <audioElements url="5.wav" gain="0.0" id="5"/>
-        <audioElements url="6.wav" gain="0.0" id="6" type="outsidereference"/>
-        <CommentQuestion id='mixingExperience' type="text">What is your general experience with numbers?</CommentQuestion>
+        <audioElements url="0.wav" gain="-6" id="track-5" type="anchor" marker="20"/>
+        <audioElements url="1.wav" gain="0.0" id="track-6" type="reference" marker="80"/>
+        <audioElements url="2.wav" gain="0.0" id="track-7"/>
+        <audioElements url="3.wav" gain="0.0" id="track-8"/>
+        <audioElements url="4.wav" gain="0.0" id="track-9"/>
+        <audioElements url="5.wav" gain="0.0" id="track-10"/>
+        <audioElements url="6.wav" gain="0.0" id="track-11" type="outsidereference"/>
+        <CommentQuestion id='mixingExperience' type="text">
+          <statement>What is your general experience with numbers?</statement>
+        </CommentQuestion>
         <CommentQuestion id="preference" type="radio">
             <statement>Please enter your overall preference</statement>
             <option name="worst">Very Bad</option>
@@ -93,7 +95,7 @@
             <option name="Good"></option>
             <option name="Great">Great</option>
         </CommentQuestion>
-        <CommentQuestion id="preference" type="checkbox">
+        <CommentQuestion id="character" type="checkbox">
             <statement>Please describe the overall character</statement>
             <option name="funky">Funky</option>
             <option name="mellow">Mellow</option>