comparison example_eval/project.xml @ 858:30d5aa52b034

Update dev_main
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Wed, 22 Jul 2015 12:41:22 +0100
parents
children 3ce1cd41644d
comparison
equal deleted inserted replaced
-1:000000000000 858:30d5aa52b034
1 <?xml version="1.0" encoding="utf-8"?>
2 <BrowserEvalProjectDocument>
3 <setup interface="APE" projectReturn="/save" randomiseOrder='true' collectMetrics='true'>
4 <PreTest>
5 <question id="Location" mandatory="true" boxsize="large">Please enter your location.</question>
6 <checkbox id="experience">
7 <statement>Check options which are relevant to you</statement>
8 <option id="digital">Digital Consoles</option>
9 <option id="analog">Analog Consoles</option>
10 <option id="live">Live Mixing</option>
11 <option id="studio">Studio Mixing</option>
12 <option id="player">Play an instrument</option>
13 </checkbox>
14 <number id="age" min="0">Please enter your age</number>
15 <statement>Please listen to all fragments</statement>
16 </PreTest>
17 <PostTest>
18 <question id="SessionID" mandatory="true">Please enter your name.</question>
19 <radio id="rating">
20 <statement>Please rate this interface</statement>
21 <option name="bad">Bad</option>
22 <option name="OK">OK</option>
23 <option name="Good">Good</option>
24 <option name="Great">Great</option>
25 </radio>
26 <statement>Thank you for taking this listening test.</statement>
27 </PostTest>
28 <Metric>
29 <metricEnable>testTimer</metricEnable>
30 <metricEnable>elementTimer</metricEnable>
31 <metricEnable>elementInitialPosition</metricEnable>
32 <metricEnable>elementTracker</metricEnable>
33 <metricEnable>elementFlagListenedTo</metricEnable>
34 <metricEnable>elementFlagMoved</metricEnable>
35 <metricEnable>elementListenTracker</metricEnable>
36 </Metric>
37 <interface>
38 <!--<check name="fragmentPlayed"/>
39 <check name="fragmentFullPlayback"/>
40 <check name="fragmentMoved"/>
41 <check name="fragmentComments"/>-->
42 <check name="scalerange" min="25" max="75"/>
43 <option name='playhead'/>
44 </interface>
45 </setup>
46 <audioHolder id='test-0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
47 <interface>
48 <title>Example Test Question</title>
49 <scale position="0">Min</scale>
50 <scale position="100">Max</scale>
51 <scale position="50">Middle</scale>
52 <scale position="20">20</scale>
53 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
54 <anchor>40</anchor>
55 </interface>
56 <audioElements url="0.wav" id="0" type="anchor"/>
57 <audioElements url="1.wav" id="1"/>
58 <audioElements url="2.wav" id="2"/>
59 <audioElements url="3.wav" id="3"/>
60 <audioElements url="4.wav" id="4" type="outsidereference"/>
61 <!--<audioElements url="5.wav" id="5"/>
62 <audioElements url="6.wav" id="6"/>
63 <audioElements url="7.wav" id="7"/>
64 <audioElements url="8.wav" id="8"/>
65 <audioElements url="9.wav" id="9"/>
66 <audioElements url="10.wav" id="10"/>-->
67 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience</CommentQuestion>
68 <CommentQuestion id="preference" type="radio">
69 <statement>Please enter your ranking preference on this song</statement>
70 <option name="worst">Very Bad</option>
71 <option name="bad"></option>
72 <option name="OK">OK</option>
73 <option name="Good"></option>
74 <option name="Great">Great</option>
75 </CommentQuestion>
76 <CommentQuestion id="preference" type="checkbox">
77 <statement>Describe this song</statement>
78 <option name="bright">Bright</option>
79 <option name="punchy">Punchy</option>
80 <option name="dark">Dark</option>
81 <option name="muddy">Muddy</option>
82 <option name="thin">Thin</option>
83 </CommentQuestion>
84 <PreTest/>
85 <PostTest>
86 <question id="genre" mandatory="true">Please enter the genre.</question>
87 </PostTest>
88 </audioHolder>
89 <audioHolder id='test-1' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
90 <interface>
91 <title>Example Test Question</title>
92 <scale position="0">Min</scale>
93 <scale position="100">Max</scale>
94 <scale position="50">Middle</scale>
95 <scale position="75">75</scale>
96 <scalerange min="25" max="75"/>
97 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
98 </interface>
99 <audioElements url="0.wav" id="0" type="reference" marker="80"/>
100 <audioElements url="1.wav" id="1" type="anchor" marker="20"/>
101 <audioElements url="2.wav" id="2"/>
102 <audioElements url="3.wav" id="3"/>
103 <audioElements url="4.wav" id="4"/>
104 <audioElements url="5.wav" id="5"/>
105 <audioElements url="6.wav" id="6"/>
106 <!-- <audioElements url="7.wav" id="7"/>
107 <audioElements url="8.wav" id="8"/>
108 <audioElements url="9.wav" id="9"/>
109 <audioElements url="10.wav" id="10"/>-->
110 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience?</CommentQuestion>
111 <CommentQuestion id="preference" type="radio">
112 <statement>Please enter your ranking preference on this song.</statement>
113 <option name="worst">Very Bad</option>
114 <option name="bad"></option>
115 <option name="OK">OK</option>
116 <option name="Good"></option>
117 <option name="Great">Great</option>
118 </CommentQuestion>
119 <CommentQuestion id="preference" type="checkbox">
120 <statement>Describe this song</statement>
121 <option name="funky">Funky</option>
122 <option name="mellow">Mellow</option>
123 <option name="laidback">Laid back</option>
124 <option name="heavy">Heavy</option>
125 </CommentQuestion>
126 <PreTest/>
127 <PostTest>
128 <question id="genre" mandatory="true">Please enter the genre.</question>
129 </PostTest>
130 </audioHolder>
131 </BrowserEvalProjectDocument>