annotate example_eval/project.xml @ 1634:90c5e3c53066

Major Update. All new state machine to track the session state and hold session data. Will enable new interfaces to be built on top and have the same common structures.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Wed, 27 May 2015 16:45:48 +0100
parents 244ca9c8546d
children 2dc61bd6494e
rev   line source
b@1608 1 <?xml version="1.0" encoding="utf-8"?>
b@1608 2 <BrowserEvalProjectDocument>
nickjillings@1628 3 <setup interface="APE" projectReturn="http://127.0.0.1:8000/save" randomiseOrder='true' collectMetrics='true'>
b@1608 4 <PreTest>
nickjillings@1624 5 <question id="Location" mandatory="true">Please enter your location.</question>
b@1608 6 <statement>Please listen to all mixes</statement>
b@1608 7 </PreTest>
b@1608 8 <PostTest>
nickjillings@1624 9 <question id="SessionID" mandatory="true">Please enter your name.</question>
b@1608 10 <statement>Thank you for taking this listening test.</statement>
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>
nickjillings@1622 21 <audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' 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>
nickjillings@1634 41 <!--
b@1608 42 <PreTest>
b@1608 43 <statement>Start the Test 3</statement>
b@1608 44 </PreTest>
nickjillings@1634 45 -->
b@1608 46 <PostTest>
nickjillings@1624 47 <question id="genre" mandatory="true">Please enter the genre</question>
nickjillings@1620 48 </PostTest>
b@1608 49 </audioHolder>
b@1608 50 </BrowserEvalProjectDocument>