view example_eval/project.xml @ 907:1b6f4304dedc

audioObjects.metric object export their XML rather than ape.js
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Thu, 04 Jun 2015 11:01:19 +0100
parents b64ddb277eb0
children 9d6803ed2fb8
line wrap: on
line source
<?xml version="1.0" encoding="utf-8"?>
<BrowserEvalProjectDocument>
	<setup interface="APE" projectReturn="/save" randomiseOrder='true' collectMetrics='true'>
		<PreTest>
			<question id="Location" mandatory="true">Please enter your location.</question>
			<statement>Please listen to all mixes</statement>
		</PreTest>
		<PostTest>
			<question id="SessionID" mandatory="true">Please enter your name.</question>
			<statement>Thank you for taking this listening test.</statement>
		</PostTest>
		<Metric>
			<metricEnable>testTimer</metricEnable>
			<metricEnable>elementTimer</metricEnable>
			<metricEnable>elementInitialPosition</metricEnable>
			<metricEnable>elementTracker</metricEnable>
			<metricEnable>elementFlagListenedTo</metricEnable>
			<metricEnable>elementFlagMoved</metricEnable>
			<metricEnable>elementListenTracker</metricEnable>
		</Metric>
	</setup>
	<audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
		<interface>
			<title>Example Test Question</title>
			<scale position="0">Min</scale>
			<scale position="100">Max</scale>
			<scale position="50">Middle</scale>
			<scale position="20">20</scale>
			<commentBoxPrefix>Comment on fragment</commentBoxPrefix>
		</interface>
		<audioElements url="0.wav" id="0"/>
		<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="5.wav" id="5"/>
		<!--<audioElements url="6.wav" id="6"/>
		<audioElements url="7.wav" id="7"/>
		<audioElements url="8.wav" id="8"/>
		<audioElements url="9.wav" id="9"/>
		<audioElements url="10.wav" id="10"/>-->
		<CommentQuestion id='mixingExperience'>What is your mixing experience</CommentQuestion>
		<!--
		<PreTest>
			<statement>Start the Test 3</statement>
		</PreTest>
		-->
		<PostTest>
			<question id="genre" mandatory="true">Please enter the genre</question>
		</PostTest>
	</audioHolder>
</BrowserEvalProjectDocument>