annotate example_eval/project.xml @ 1628:244ca9c8546d

If projectReturn is specified as a url it will return to that server. Currently only tested using the localHost server on port 8000, as per the python2.py server included
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Tue, 26 May 2015 18:47:59 +0100
parents 9319c38cc278
children 9c09cb530ec1
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>
b@1608 41 <PreTest>
b@1608 42 <statement>Start the Test 3</statement>
b@1608 43 </PreTest>
b@1608 44 <PostTest>
nickjillings@1624 45 <question id="genre" mandatory="true">Please enter the genre</question>
nickjillings@1620 46 </PostTest>
b@1608 47 </audioHolder>
b@1608 48 </BrowserEvalProjectDocument>