comparison example_eval/project.xml @ 886:a2ab04daf4c9

Added common interface to specification to handle global interface-specific functions such as checks for playback.
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Tue, 16 Jun 2015 15:44:02 +0100
parents
children 13e79bef8b01
comparison
equal deleted inserted replaced
-1:000000000000 886:a2ab04daf4c9
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="fragmentFullPlayback"/>
39 <check name="fragmentMovement"/>
40 <check name="fragmentComments"/>
41 </interface>
42 </setup>
43 <audioHolder id='test-0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
44 <interface>
45 <title>Example Test Question</title>
46 <scale position="0">Min</scale>
47 <scale position="100">Max</scale>
48 <scale position="50">Middle</scale>
49 <scale position="20">20</scale>
50 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
51 </interface>
52 <audioElements url="0.wav" id="0"/>
53 <audioElements url="1.wav" id="1"/>
54 <audioElements url="2.wav" id="2"/>
55 <audioElements url="3.wav" id="3"/>
56 <!--<audioElements url="4.wav" id="4"/>
57 <audioElements url="5.wav" id="5"/>
58 <audioElements url="6.wav" id="6"/>
59 <audioElements url="7.wav" id="7"/>
60 <audioElements url="8.wav" id="8"/>
61 <audioElements url="9.wav" id="9"/>
62 <audioElements url="10.wav" id="10"/>-->
63 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience</CommentQuestion>
64 <CommentQuestion id="preference" type="radio">
65 <statement>Please enter your ranking preference on this song</statement>
66 <option name="worst">Very Bad</option>
67 <option name="bad"></option>
68 <option name="OK">OK</option>
69 <option name="Good"></option>
70 <option name="Great">Great</option>
71 </CommentQuestion>
72 <CommentQuestion id="preference" type="checkbox">
73 <statement>Describe this song</statement>
74 <option name="bright">Bright</option>
75 <option name="punchy">Punchy</option>
76 <option name="dark">Dark</option>
77 <option name="muddy">Muddy</option>
78 <option name="thin">Thin</option>
79 </CommentQuestion>
80 <PreTest/>
81 <PostTest>
82 <question id="genre" mandatory="true">Please enter the genre.</question>
83 </PostTest>
84 </audioHolder>
85 <audioHolder id='test-1' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
86 <interface>
87 <title>Example Test Question</title>
88 <scale position="0">Min</scale>
89 <scale position="100">Max</scale>
90 <scale position="50">Middle</scale>
91 <scale position="75">75</scale>
92 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
93 </interface>
94 <audioElements url="0.wav" id="0"/>
95 <audioElements url="1.wav" id="1"/>
96 <audioElements url="2.wav" id="2"/>
97 <audioElements url="3.wav" id="3"/>
98 <audioElements url="4.wav" id="4"/>
99 <audioElements url="5.wav" id="5"/>
100 <audioElements url="6.wav" id="6"/>
101 <!-- <audioElements url="7.wav" id="7"/>
102 <audioElements url="8.wav" id="8"/>
103 <audioElements url="9.wav" id="9"/>
104 <audioElements url="10.wav" id="10"/>-->
105 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience?</CommentQuestion>
106 <CommentQuestion id="preference" type="radio">
107 <statement>Please enter your ranking preference on this song.</statement>
108 <option name="worst">Very Bad</option>
109 <option name="bad"></option>
110 <option name="OK">OK</option>
111 <option name="Good"></option>
112 <option name="Great">Great</option>
113 </CommentQuestion>
114 <CommentQuestion id="preference" type="checkbox">
115 <statement>Describe this song</statement>
116 <option name="funky">Funky</option>
117 <option name="mellow">Mellow</option>
118 <option name="laidback">Laid back</option>
119 <option name="heavy">Heavy</option>
120 </CommentQuestion>
121 <PreTest/>
122 <PostTest>
123 <question id="genre" mandatory="true">Please enter the genre.</question>
124 </PostTest>
125 </audioHolder>
126 </BrowserEvalProjectDocument>