annotate example_eval/project.xml @ 1655:21e887ed1e63

audioElement id's tracked from input to output for randomisation.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Fri, 10 Apr 2015 17:18:45 +0100
parents d6e5c0930080
children 77c974fd7e60
rev   line source
nickjillings@1642 1 <?xml version="1.0" encoding="utf-8"?>
nickjillings@1642 2 <BrowserEvalProjectDocument>
nickjillings@1646 3 <setup interface="APE" projectReturn="null" randomiseOrder='true' collectMetrics='true'>
nickjillings@1646 4 <PreTest>
nickjillings@1646 5 <statement>Please listen to all mixes</statement>
nickjillings@1646 6 <question id="location" mandatory="true">Please enter your listening location</question>
nickjillings@1646 7 </PreTest>
nickjillings@1646 8 <PostTest>
nickjillings@1646 9 <statement>Thank you for taking this listening test.</statement>
nickjillings@1646 10 <question id="SessionID">Please enter your name.</question>
nickjillings@1646 11 </PostTest>
nickjillings@1646 12 <Metric>
nickjillings@1646 13 <metricEnable>testTimer</metricEnable>
nickjillings@1646 14 <metricEnable>elementTimer</metricEnable>
nickjillings@1646 15 <metricEnable>elementTracker</metricEnable>
nickjillings@1646 16 <metricEnable>elementFlagListenedTo</metricEnable>
nickjillings@1646 17 <metricEnable>elementFlagMoved</metricEnable>
nickjillings@1646 18 </Metric>
nickjillings@1646 19 </setup>
nickjillings@1645 20 <audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='1'>
nickjillings@1655 21 <audioElements url="0.wav" id="0"/>
nickjillings@1655 22 <audioElements url="1.wav" id="1"/>
nickjillings@1655 23 <audioElements url="2.wav" id="2"/>
nickjillings@1655 24 <audioElements url="3.wav" id="3"/>
nickjillings@1655 25 <audioElements url="4.wav" id="4"/>
nickjillings@1655 26 <audioElements url="5.wav" id="5"/>
nickjillings@1655 27 <audioElements url="6.wav" id="6"/>
nickjillings@1655 28 <audioElements url="7.wav" id="7"/>
nickjillings@1655 29 <audioElements url="8.wav" id="8"/>
nickjillings@1655 30 <audioElements url="9.wav" id="9"/>
nickjillings@1655 31 <audioElements url="10.wav" id="10"/>
nickjillings@1645 32 <CommentQuestion id='mixingExperiance'>What is your mixing experiance</CommentQuestion>
nickjillings@1649 33 <PreTest>
nickjillings@1649 34 <statement>Start the Test 3</statement>
nickjillings@1649 35 <statement>Start the Test 2</statement>
nickjillings@1649 36 <statement>Start the Test 1</statement>
nickjillings@1649 37 </PreTest>
nickjillings@1645 38 <PostTest>
nickjillings@1645 39 <statement>Please take a break before the next test</statement>
nickjillings@1645 40 </PostTest>
nickjillings@1642 41 </audioHolder>
nickjillings@1642 42 </BrowserEvalProjectDocument>