comparison example_eval/project.xml @ 1512:a2ba4db3fdb6

Updated the ProjectSpecificationDocument.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Sat, 25 Jul 2015 14:49:54 +0100
parents
children a55ad1c569e4
comparison
equal deleted inserted replaced
-1:000000000000 1512:a2ba4db3fdb6
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 <option name="page-count"/>
45 <anchor enforce="false">40</anchor>
46 </interface>
47 </setup>
48 <audioHolder id='test-0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
49 <interface>
50 <title>Example Test Question</title>
51 <scale position="0">Min</scale>
52 <scale position="100">Max</scale>
53 <scale position="50">Middle</scale>
54 <scale position="20">20</scale>
55 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
56 </interface>
57 <audioElements url="0.wav" id="0" type="anchor"/>
58 <audioElements url="1.wav" id="1"/>
59 <audioElements url="2.wav" id="2"/>
60 <audioElements url="3.wav" id="3"/>
61 <audioElements url="4.wav" id="4" type="outsidereference"/>
62 <!--<audioElements url="5.wav" id="5"/>
63 <audioElements url="6.wav" id="6"/>
64 <audioElements url="7.wav" id="7"/>
65 <audioElements url="8.wav" id="8"/>
66 <audioElements url="9.wav" id="9"/>
67 <audioElements url="10.wav" id="10"/>-->
68 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience</CommentQuestion>
69 <CommentQuestion id="preference" type="radio">
70 <statement>Please enter your ranking preference on this song</statement>
71 <option name="worst">Very Bad</option>
72 <option name="bad"></option>
73 <option name="OK">OK</option>
74 <option name="Good"></option>
75 <option name="Great">Great</option>
76 </CommentQuestion>
77 <CommentQuestion id="preference" type="checkbox">
78 <statement>Describe this song</statement>
79 <option name="bright">Bright</option>
80 <option name="punchy">Punchy</option>
81 <option name="dark">Dark</option>
82 <option name="muddy">Muddy</option>
83 <option name="thin">Thin</option>
84 </CommentQuestion>
85 <PreTest/>
86 <PostTest>
87 <question id="genre" mandatory="true">Please enter the genre.</question>
88 </PostTest>
89 </audioHolder>
90 <audioHolder id='test-1' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='false' elementComments='true'>
91 <interface>
92 <title>Example Test Question</title>
93 <scale position="0">Min</scale>
94 <scale position="100">Max</scale>
95 <scale position="50">Middle</scale>
96 <scale position="75">75</scale>
97 <scalerange min="25" max="75"/>
98 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
99 </interface>
100 <audioElements url="0.wav" id="0" type="reference" marker="80"/>
101 <audioElements url="1.wav" id="1" type="anchor" marker="20"/>
102 <audioElements url="2.wav" id="2"/>
103 <audioElements url="3.wav" id="3"/>
104 <audioElements url="4.wav" id="4"/>
105 <audioElements url="5.wav" id="5"/>
106 <audioElements url="6.wav" id="6"/>
107 <!-- <audioElements url="7.wav" id="7"/>
108 <audioElements url="8.wav" id="8"/>
109 <audioElements url="9.wav" id="9"/>
110 <audioElements url="10.wav" id="10"/>-->
111 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience?</CommentQuestion>
112 <CommentQuestion id="preference" type="radio">
113 <statement>Please enter your ranking preference on this song.</statement>
114 <option name="worst">Very Bad</option>
115 <option name="bad"></option>
116 <option name="OK">OK</option>
117 <option name="Good"></option>
118 <option name="Great">Great</option>
119 </CommentQuestion>
120 <CommentQuestion id="preference" type="checkbox">
121 <statement>Describe this song</statement>
122 <option name="funky">Funky</option>
123 <option name="mellow">Mellow</option>
124 <option name="laidback">Laid back</option>
125 <option name="heavy">Heavy</option>
126 </CommentQuestion>
127 <PreTest/>
128 <PostTest>
129 <question id="genre" mandatory="true">Please enter the genre.</question>
130 </PostTest>
131 </audioHolder>
132 </BrowserEvalProjectDocument>