annotate example_eval/project.xml @ 682:820805ac7326

Bug fix: Randomisation causes system not to load new audio elements when progressing through pages
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Mon, 20 Apr 2015 18:50:06 +0100
parents ab56aa2fe064
children f996a6663907
rev   line source
n@656 1 <?xml version="1.0" encoding="utf-8"?>
n@656 2 <BrowserEvalProjectDocument>
n@660 3 <setup interface="APE" projectReturn="null" randomiseOrder='true' collectMetrics='true'>
n@660 4 <PreTest>
n@660 5 <statement>Please listen to all mixes</statement>
n@660 6 <question id="location" mandatory="true">Please enter your listening location</question>
n@660 7 </PreTest>
n@660 8 <PostTest>
n@660 9 <statement>Thank you for taking this listening test.</statement>
n@660 10 <question id="SessionID">Please enter your name.</question>
n@660 11 </PostTest>
n@660 12 <Metric>
n@660 13 <metricEnable>testTimer</metricEnable>
n@660 14 <metricEnable>elementTimer</metricEnable>
n@674 15 <metricEnable>elementInitalPosition</metricEnable>
n@660 16 <metricEnable>elementTracker</metricEnable>
n@660 17 <metricEnable>elementFlagListenedTo</metricEnable>
n@660 18 <metricEnable>elementFlagMoved</metricEnable>
n@660 19 </Metric>
n@660 20 </setup>
n@681 21 <audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='1' loop='true'>
n@671 22 <interface>
n@671 23 <title>Example Test Question</title>
n@671 24 <scale position="0">Min</scale>
n@671 25 <scale position="100">Max</scale>
n@671 26 <scale position="50">Middle</scale>
n@671 27 <scale position="20">20</scale>
n@671 28 </interface>
n@669 29 <audioElements url="0.wav" id="0"/>
n@669 30 <audioElements url="1.wav" id="1"/>
n@669 31 <audioElements url="2.wav" id="2"/>
n@669 32 <audioElements url="3.wav" id="3"/>
n@669 33 <audioElements url="4.wav" id="4"/>
n@669 34 <audioElements url="5.wav" id="5"/>
n@669 35 <audioElements url="6.wav" id="6"/>
n@669 36 <audioElements url="7.wav" id="7"/>
n@669 37 <audioElements url="8.wav" id="8"/>
n@669 38 <audioElements url="9.wav" id="9"/>
n@669 39 <audioElements url="10.wav" id="10"/>
n@659 40 <CommentQuestion id='mixingExperiance'>What is your mixing experiance</CommentQuestion>
n@663 41 <PreTest>
n@663 42 <statement>Start the Test 3</statement>
n@663 43 </PreTest>
n@659 44 <PostTest>
n@659 45 <statement>Please take a break before the next test</statement>
n@670 46 <question id="testComment">How did you find the test</question>
n@659 47 </PostTest>
n@656 48 </audioHolder>
n@656 49 </BrowserEvalProjectDocument>