changeset 2584:2b02df54211e

Demos schema update: MUSHRA and ABX
author Brecht De Man <b.deman@qmul.ac.uk>
date Thu, 03 Nov 2016 10:09:48 +0000
parents 5f7c11fa5f83
children b1ba05ef1e7a
files tests/examples/ABX_example.xml tests/examples/mushra_example.xml
diffstat 2 files changed, 23 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/tests/examples/ABX_example.xml	Mon Oct 31 16:34:55 2016 +0000
+++ b/tests/examples/ABX_example.xml	Thu Nov 03 10:09:48 2016 +0000
@@ -50,9 +50,10 @@
 			<interfaceoption type="show" name='playhead'/>
 			<interfaceoption type="show" name="page-count"/>
             <interfaceoption type="show" name='volume'/>
+            <interfaceoption type="show" name="comments"/>
 		</interface>
 	</setup>
-	<page id='test-0' hostURL="media/example/" randomiseOrder='true' repeatCount='0' loop='true' showElementComments='true' loudness="-12">
+	<page id='test-0' hostURL="media/example/" randomiseOrder='true' repeatCount='0' loop='true' loudness="-12">
 		<commentboxprefix>Comment on fragment</commentboxprefix>
 		<interface>
 			<title>Depth</title>
@@ -70,14 +71,13 @@
 			</surveyentry>
 		</survey>
 	</page>
-	<page id='test-1' hostURL="media/example/" randomiseOrder='true' repeatCount='0' loop='false' showElementComments='true' loudness="-12">
+	<page id='test-1' hostURL="media/example/" randomiseOrder='true' repeatCount='0' loop='false' loudness="-12">
 		<commentboxprefix>Comment on fragment</commentboxprefix>
 		<interface>
 			<title>Depth</title>
 		</interface>
 		<audioelement url="0.wav" id="track-2"/>
 		<audioelement url="1.wav" id="track-3"/>
-		<survey location="before"/>
 		<survey location="after">
 			<surveyentry type="question" id="genre-1" mandatory="true">
 				<statement>Please enter the genre.</statement>
--- a/tests/examples/mushra_example.xml	Mon Oct 31 16:34:55 2016 +0000
+++ b/tests/examples/mushra_example.xml	Thu Nov 03 10:09:48 2016 +0000
@@ -101,24 +101,26 @@
 		<audioelement url="4.wav" gain="0.0" id="track-9"/>
 		<audioelement url="5.wav" gain="0.0" id="track-10"/>
 		<audioelement url="6.wav" gain="0.0" id="track-11" type="outside-reference"/>
-		<commentquestion id='mixingExperience' type="question">
-			<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>
-			<option name="bad"></option>
-			<option name="OK">OK</option>
-			<option name="Good"></option>
-			<option name="Great">Great</option>
-		</commentquestion>
-		<commentquestion id="character" type="checkbox">
-			<statement>Please describe the overall character</statement>
-			<option name="funky">Funky</option>
-			<option name="mellow">Mellow</option>
-			<option name="laidback">Laid back</option>
-			<option name="heavy">Heavy</option>
-		</commentquestion>
+		<commentquestions>
+			<commentquestion id='mixingExperience' type="question">
+				<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>
+				<option name="bad"></option>
+				<option name="OK">OK</option>
+				<option name="Good"></option>
+				<option name="Great">Great</option>
+			</commentquestion>
+			<commentquestion id="character" type="checkbox">
+				<statement>Please describe the overall character</statement>
+				<option name="funky">Funky</option>
+				<option name="mellow">Mellow</option>
+				<option name="laidback">Laid back</option>
+				<option name="heavy">Heavy</option>
+			</commentquestion>
+		</commentquestions>
 		<survey location="before">
 			<surveyentry type="statement" id="test-1-intro">
 				<statement>Example of a 'MUSHRA' 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>