Mercurial > hg > webaudioevaluationtool
annotate example_eval/project.xml @ 1645:08dcb9b22a88
Updated example project.xml to reflect new project specifications.
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Fri, 10 Apr 2015 12:23:57 +0100 |
parents | 06e4d36ca9d7 |
children | 44d281129d55 |
rev | line source |
---|---|
nickjillings@1642 | 1 <?xml version="1.0" encoding="utf-8"?> |
nickjillings@1642 | 2 <BrowserEvalProjectDocument> |
nickjillings@1645 | 3 <setup interface="APE" projectReturn="null" randomiseOrder='true' collectMetrics='true' /> |
nickjillings@1645 | 4 <audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='1'> |
nickjillings@1642 | 5 <audioElements url="0.wav" ID="0"/> |
nickjillings@1642 | 6 <audioElements url="1.wav"/> |
nickjillings@1642 | 7 <audioElements url="2.wav"/> |
nickjillings@1642 | 8 <audioElements url="3.wav"/> |
nickjillings@1642 | 9 <audioElements url="4.wav"/> |
nickjillings@1642 | 10 <audioElements url="5.wav"/> |
nickjillings@1642 | 11 <audioElements url="6.wav"/> |
nickjillings@1642 | 12 <audioElements url="7.wav"/> |
nickjillings@1642 | 13 <audioElements url="8.wav"/> |
nickjillings@1642 | 14 <audioElements url="9.wav"/> |
nickjillings@1642 | 15 <audioElements url="10.wav"/> |
nickjillings@1645 | 16 <CommentQuestion id='mixingExperiance'>What is your mixing experiance</CommentQuestion> |
nickjillings@1645 | 17 <PreTest/> |
nickjillings@1645 | 18 <PostTest> |
nickjillings@1645 | 19 <statement>Please take a break before the next test</statement> |
nickjillings@1645 | 20 </PostTest> |
nickjillings@1642 | 21 </audioHolder> |
nickjillings@1642 | 22 <PreTest> |
nickjillings@1642 | 23 <statement>Please listen to all mixes</statement> |
nickjillings@1642 | 24 <question id="location" mandatory="true">Please enter your listening location</question> |
nickjillings@1642 | 25 </PreTest> |
nickjillings@1642 | 26 <PostTest> |
nickjillings@1642 | 27 <statement>Thank you for taking this listening test.</statement> |
nickjillings@1642 | 28 <question id="SessionID">Please enter your name.</question> |
nickjillings@1642 | 29 </PostTest> |
nickjillings@1645 | 30 <Metric> |
nickjillings@1645 | 31 <metricEnable>testTimer</metricEnable> |
nickjillings@1645 | 32 <metricEnable>elementTimer</metricEnable> |
nickjillings@1645 | 33 <metricEnable>elementTracker</metricEnable> |
nickjillings@1645 | 34 <metricEnable>elementFlagListenedTo</metricEnable> |
nickjillings@1645 | 35 <metricEnable>elementFlagMoved</metricEnable> |
nickjillings@1645 | 36 </Metric> |
nickjillings@1642 | 37 </BrowserEvalProjectDocument> |