Mercurial > hg > webaudioevaluationtool
comparison example_eval/project.xml @ 1608:a21deccefe7d
Currently playing sample red.
author | Brecht De Man <b.deman@qmul.ac.uk> |
---|---|
date | Sat, 16 May 2015 17:52:51 +0100 |
parents | |
children | 759c2ace3c65 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 1608:a21deccefe7d |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <BrowserEvalProjectDocument> | |
3 <setup interface="APE" projectReturn="null" randomiseOrder='true' collectMetrics='true'> | |
4 <PreTest> | |
5 <statement>Please listen to all mixes</statement> | |
6 <question id="location" mandatory="true">Please enter your listening location</question> | |
7 </PreTest> | |
8 <PostTest> | |
9 <statement>Thank you for taking this listening test.</statement> | |
10 <question id="SessionID">Please enter your name.</question> | |
11 </PostTest> | |
12 <Metric> | |
13 <metricEnable>testTimer</metricEnable> | |
14 <metricEnable>elementTimer</metricEnable> | |
15 <metricEnable>elementInitalPosition</metricEnable> | |
16 <metricEnable>elementTracker</metricEnable> | |
17 <metricEnable>elementFlagListenedTo</metricEnable> | |
18 <metricEnable>elementFlagMoved</metricEnable> | |
19 </Metric> | |
20 </setup> | |
21 <audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='1' loop='true' elementComments='true'> | |
22 <interface> | |
23 <title>Example Test Question</title> | |
24 <scale position="0">Min</scale> | |
25 <scale position="100">Max</scale> | |
26 <scale position="50">Middle</scale> | |
27 <scale position="20">20</scale> | |
28 </interface> | |
29 <audioElements url="0.wav" id="0"/> | |
30 <audioElements url="1.wav" id="1"/> | |
31 <audioElements url="2.wav" id="2"/> | |
32 <audioElements url="3.wav" id="3"/> | |
33 <audioElements url="4.wav" id="4"/> | |
34 <audioElements url="5.wav" id="5"/> | |
35 <!--<audioElements url="6.wav" id="6"/> | |
36 <audioElements url="7.wav" id="7"/> | |
37 <audioElements url="8.wav" id="8"/> | |
38 <audioElements url="9.wav" id="9"/> | |
39 <audioElements url="10.wav" id="10"/>--> | |
40 <CommentQuestion id='mixingExperiance'>What is your mixing experiance</CommentQuestion> | |
41 <PreTest> | |
42 <statement>Start the Test 3</statement> | |
43 </PreTest> | |
44 <PostTest> | |
45 <statement>Please take a break before the next test</statement> | |
46 <question id="testComment">How did you find the test</question> | |
47 </PostTest> | |
48 </audioHolder> | |
49 </BrowserEvalProjectDocument> |