comparison example_eval/project.xml @ 950:05e7edb032b9

Fix Bug #1241 and #1213: Added checks each time new test page is loaded that all audioObjects have decoded. Writes to browser console WAIT and does not issue any play command if any audioObjects not ready.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 25 May 2015 11:14:12 +0100
parents 48e05b7a16e0
children c3a66f0b33cc
comparison
equal deleted inserted replaced
949:48e05b7a16e0 950:05e7edb032b9
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <BrowserEvalProjectDocument> 2 <BrowserEvalProjectDocument>
3 <setup interface="APE" projectReturn="null" randomiseOrder='true' collectMetrics='true'> 3 <setup interface="APE" projectReturn="null" randomiseOrder='true' collectMetrics='true'>
4 <PreTest> 4 <PreTest>
5 <statement>Please listen to all mixes</statement> 5 <statement>Please listen to all mixes</statement>
6 <question id="SessionID">Please enter your name.</question>
7 <question id="location" mandatory="true">Please enter your listening location (Yellow Room/SSL Duality or Red Room/Neve VR). </question>
8 <question id="SessionID">Please enter your name.</question>
9 <question id="location" mandatory="true">Please enter your listening location (Yellow Room/SSL Duality or Red Room/Neve VR). </question>
10 </PreTest> 6 </PreTest>
11 <PostTest> 7 <PostTest>
12 <statement>Thank you for taking this listening test.</statement> 8 <statement>Thank you for taking this listening test.</statement>
13 <question id="SessionID">Please enter your name.</question> 9 <question id="SessionID">Please enter your name.</question>
14 </PostTest> 10 </PostTest>
19 <metricEnable>elementTracker</metricEnable> 15 <metricEnable>elementTracker</metricEnable>
20 <metricEnable>elementFlagListenedTo</metricEnable> 16 <metricEnable>elementFlagListenedTo</metricEnable>
21 <metricEnable>elementFlagMoved</metricEnable> 17 <metricEnable>elementFlagMoved</metricEnable>
22 </Metric> 18 </Metric>
23 </setup> 19 </setup>
24 <audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='false' elementComments='true'> 20 <audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='1' loop='true' elementComments='true'>
25 <interface> 21 <interface>
26 <title>Example Test Question</title> 22 <title>Example Test Question</title>
27 <scale position="0">Min</scale> 23 <scale position="0">Min</scale>
28 <scale position="100">Max</scale> 24 <scale position="100">Max</scale>
29 <scale position="50">Middle</scale> 25 <scale position="50">Middle</scale>
43 <CommentQuestion id='mixingExperiance'>What is your mixing experiance</CommentQuestion> 39 <CommentQuestion id='mixingExperiance'>What is your mixing experiance</CommentQuestion>
44 <PreTest> 40 <PreTest>
45 <statement>Start the Test 3</statement> 41 <statement>Start the Test 3</statement>
46 </PreTest> 42 </PreTest>
47 <PostTest> 43 <PostTest>
48 <question id="testComment" mandatory="true">How did you find the test</question> 44 </PostTest>
49 <question id="songGenre" mandatory="true">How would you describe the genre of this song? Multiple answers possible. </question>
50 </PostTest>
51 </audioHolder> 45 </audioHolder>
52 </BrowserEvalProjectDocument> 46 </BrowserEvalProjectDocument>