view example_eval/project.xml @ 322:4cf9d989d77c WAC2016

Added some Architecture parts
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Mon, 12 Oct 2015 18:12:08 +0100
parents 18a6119854ac
children 25c16110d0fa
line wrap: on
line source
<?xml version="1.0" encoding="utf-8"?>
<BrowserEvalProjectDocument>
	<setup interface="APE" projectReturn="save.php" randomiseOrder='true' collectMetrics='true' testPages="2">
		<PreTest>
			<question id="Location" mandatory="true" boxsize="large">Please enter your location.</question>
			<checkbox id="experience">
				<statement>Check options which are relevant to you</statement>
				<option id="digital">Digital Consoles</option>
				<option id="analog">Analog Consoles</option>
				<option id="live">Live Mixing</option>
				<option id="studio">Studio Mixing</option>
				<option id="player">Play an instrument</option>
			</checkbox>
			<number id="age" min="0">Please enter your age</number>
			<statement>Please listen to all fragments</statement>
		</PreTest>
		<PostTest>
			<question id="SessionID" mandatory="true">Please enter your name.</question>
			<radio id="rating">
				<statement>Please rate this interface</statement>
				<option name="bad">Bad</option>
				<option name="OK">OK</option>
				<option name="Good">Good</option>
				<option name="Great">Great</option>
			</radio>
			<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>
		<interface>
			<check name="fragmentMoved"/>
			<check name="scalerange" min="25" max="75"/>
			<option name='playhead'/>
			<option name="page-count"/>
			<anchor enforce="false">40</anchor>
		</interface>
	</setup>
	<audioHolder id='test-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" 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"/>
		<CommentQuestion id='mixingExperience' type="text">What is your mixing experience</CommentQuestion>
		<CommentQuestion id="preference" type="radio">
			<statement>Please enter your ranking preference on this song</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="preference" type="checkbox">
			<statement>Describe this song</statement>
			<option name="bright">Bright</option>
			<option name="punchy">Punchy</option>
			<option name="dark">Dark</option>
			<option name="muddy">Muddy</option>
			<option name="thin">Thin</option>
		</CommentQuestion>
		<PreTest/>
		<PostTest>
			<question id="genre" mandatory="true">Please enter the genre.</question>
		</PostTest>
	</audioHolder>
    <audioHolder id='test-1' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='false' 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="75">75</scale>
            <scalerange min="25" max="75"/>
            <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
        </interface>
        <audioElements url="0.wav" id="0" type="reference" marker="80"/>
        <audioElements url="1.wav" id="1" type="anchor" marker="20"/>
        <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" type="outsidereference"/>
        <CommentQuestion id='mixingExperience' type="text">What is your mixing experience?</CommentQuestion>
        <CommentQuestion id="preference" type="radio">
            <statement>Please enter your ranking preference on this song.</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="preference" type="checkbox">
            <statement>Describe this song</statement>
            <option name="funky">Funky</option>
            <option name="mellow">Mellow</option>
            <option name="laidback">Laid back</option>
            <option name="heavy">Heavy</option>
        </CommentQuestion>
        <PreTest/>
        <PostTest>
            <question id="genre" mandatory="true">Please enter the genre.</question>
        </PostTest>
    </audioHolder>
</BrowserEvalProjectDocument>