annotate example_eval/project.xml @ 1622:ee9184f7f8d5

Popup now in core.js. Needs stress testing!!
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Tue, 26 May 2015 13:01:39 +0100
parents da84079192c6
children 17353d015d33
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 </PreTest>
b@1608 7 <PostTest>
b@1608 8 <statement>Thank you for taking this listening test.</statement>
nickjillings@1622 9 <question id="SessionID" mandatory="true">Please enter your name.</question>
b@1608 10 </PostTest>
b@1608 11 <Metric>
b@1608 12 <metricEnable>testTimer</metricEnable>
b@1608 13 <metricEnable>elementTimer</metricEnable>
b@1608 14 <metricEnable>elementInitalPosition</metricEnable>
b@1608 15 <metricEnable>elementTracker</metricEnable>
b@1608 16 <metricEnable>elementFlagListenedTo</metricEnable>
b@1608 17 <metricEnable>elementFlagMoved</metricEnable>
b@1608 18 </Metric>
b@1608 19 </setup>
nickjillings@1622 20 <audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
b@1608 21 <interface>
b@1608 22 <title>Example Test Question</title>
b@1608 23 <scale position="0">Min</scale>
b@1608 24 <scale position="100">Max</scale>
b@1608 25 <scale position="50">Middle</scale>
b@1608 26 <scale position="20">20</scale>
b@1608 27 </interface>
b@1608 28 <audioElements url="0.wav" id="0"/>
b@1608 29 <audioElements url="1.wav" id="1"/>
b@1608 30 <audioElements url="2.wav" id="2"/>
b@1608 31 <audioElements url="3.wav" id="3"/>
b@1608 32 <audioElements url="4.wav" id="4"/>
b@1608 33 <audioElements url="5.wav" id="5"/>
b@1608 34 <!--<audioElements url="6.wav" id="6"/>
b@1608 35 <audioElements url="7.wav" id="7"/>
b@1608 36 <audioElements url="8.wav" id="8"/>
b@1608 37 <audioElements url="9.wav" id="9"/>
b@1608 38 <audioElements url="10.wav" id="10"/>-->
b@1608 39 <CommentQuestion id='mixingExperiance'>What is your mixing experiance</CommentQuestion>
b@1608 40 <PreTest>
b@1608 41 <statement>Start the Test 3</statement>
b@1608 42 </PreTest>
b@1608 43 <PostTest>
nickjillings@1620 44 </PostTest>
b@1608 45 </audioHolder>
b@1608 46 </BrowserEvalProjectDocument>