annotate example_eval/project.xml @ 1608:a21deccefe7d

Currently playing sample red.
author Brecht De Man <b.deman@qmul.ac.uk>
date Sat, 16 May 2015 17:52:51 +0100
parents
children 759c2ace3c65
rev   line source
b@1608 1 <?xml version="1.0" encoding="utf-8"?>
b@1608 2 <BrowserEvalProjectDocument>
b@1608 3 <setup interface="APE" projectReturn="null" randomiseOrder='true' collectMetrics='true'>
b@1608 4 <PreTest>
b@1608 5 <statement>Please listen to all mixes</statement>
b@1608 6 <question id="location" mandatory="true">Please enter your listening location</question>
b@1608 7 </PreTest>
b@1608 8 <PostTest>
b@1608 9 <statement>Thank you for taking this listening test.</statement>
b@1608 10 <question id="SessionID">Please enter your name.</question>
b@1608 11 </PostTest>
b@1608 12 <Metric>
b@1608 13 <metricEnable>testTimer</metricEnable>
b@1608 14 <metricEnable>elementTimer</metricEnable>
b@1608 15 <metricEnable>elementInitalPosition</metricEnable>
b@1608 16 <metricEnable>elementTracker</metricEnable>
b@1608 17 <metricEnable>elementFlagListenedTo</metricEnable>
b@1608 18 <metricEnable>elementFlagMoved</metricEnable>
b@1608 19 </Metric>
b@1608 20 </setup>
b@1608 21 <audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='1' loop='true' elementComments='true'>
b@1608 22 <interface>
b@1608 23 <title>Example Test Question</title>
b@1608 24 <scale position="0">Min</scale>
b@1608 25 <scale position="100">Max</scale>
b@1608 26 <scale position="50">Middle</scale>
b@1608 27 <scale position="20">20</scale>
b@1608 28 </interface>
b@1608 29 <audioElements url="0.wav" id="0"/>
b@1608 30 <audioElements url="1.wav" id="1"/>
b@1608 31 <audioElements url="2.wav" id="2"/>
b@1608 32 <audioElements url="3.wav" id="3"/>
b@1608 33 <audioElements url="4.wav" id="4"/>
b@1608 34 <audioElements url="5.wav" id="5"/>
b@1608 35 <!--<audioElements url="6.wav" id="6"/>
b@1608 36 <audioElements url="7.wav" id="7"/>
b@1608 37 <audioElements url="8.wav" id="8"/>
b@1608 38 <audioElements url="9.wav" id="9"/>
b@1608 39 <audioElements url="10.wav" id="10"/>-->
b@1608 40 <CommentQuestion id='mixingExperiance'>What is your mixing experiance</CommentQuestion>
b@1608 41 <PreTest>
b@1608 42 <statement>Start the Test 3</statement>
b@1608 43 </PreTest>
b@1608 44 <PostTest>
b@1608 45 <statement>Please take a break before the next test</statement>
b@1608 46 <question id="testComment">How did you find the test</question>
b@1608 47 </PostTest>
b@1608 48 </audioHolder>
b@1608 49 </BrowserEvalProjectDocument>