comparison example_eval/project.xml @ 2037:d570e61f7731

Keep track of randomisation in console log; multipage example XML.
author Brecht De Man <b.deman@qmul.ac.uk>
date Mon, 15 Jun 2015 16:54:39 +0100
parents 234651a7b306
children ab79d76c6f85
comparison
equal deleted inserted replaced
2036:237570166d1f 2037:d570e61f7731
10 <option id="live">Live Mixing</option> 10 <option id="live">Live Mixing</option>
11 <option id="studio">Studio Mixing</option> 11 <option id="studio">Studio Mixing</option>
12 <option id="player">Play an instrument</option> 12 <option id="player">Play an instrument</option>
13 </checkbox> 13 </checkbox>
14 <number id="age" min="0">Please enter your age</number> 14 <number id="age" min="0">Please enter your age</number>
15 <statement>Please listen to all mixes</statement> 15 <statement>Please listen to all fragments</statement>
16 </PreTest> 16 </PreTest>
17 <PostTest> 17 <PostTest>
18 <question id="SessionID" mandatory="true">Please enter your name.</question> 18 <question id="SessionID" mandatory="true">Please enter your name.</question>
19 <radio id="rating"> 19 <radio id="rating">
20 <statement>Please rate this interface</statement> 20 <statement>Please rate this interface</statement>
33 <metricEnable>elementFlagListenedTo</metricEnable> 33 <metricEnable>elementFlagListenedTo</metricEnable>
34 <metricEnable>elementFlagMoved</metricEnable> 34 <metricEnable>elementFlagMoved</metricEnable>
35 <metricEnable>elementListenTracker</metricEnable> 35 <metricEnable>elementListenTracker</metricEnable>
36 </Metric> 36 </Metric>
37 </setup> 37 </setup>
38 <audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'> 38 <audioHolder id='test-0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
39 <interface> 39 <interface>
40 <title>Example Test Question</title> 40 <title>Example Test Question</title>
41 <scale position="0">Min</scale> 41 <scale position="0">Min</scale>
42 <scale position="100">Max</scale> 42 <scale position="100">Max</scale>
43 <scale position="50">Middle</scale> 43 <scale position="50">Middle</scale>
67 <CommentQuestion id="preference" type="checkbox"> 67 <CommentQuestion id="preference" type="checkbox">
68 <statement>Describe this song</statement> 68 <statement>Describe this song</statement>
69 <option name="bright">Bright</option> 69 <option name="bright">Bright</option>
70 <option name="punchy">Punchy</option> 70 <option name="punchy">Punchy</option>
71 <option name="dark">Dark</option> 71 <option name="dark">Dark</option>
72 <option name="moody">Moody</option> 72 <option name="muddy">Muddy</option>
73 <option name="dull">Dull</option> 73 <option name="thin">Thin</option>
74 </CommentQuestion> 74 </CommentQuestion>
75 <PreTest/> 75 <PreTest/>
76 <PostTest> 76 <PostTest>
77 <question id="genre" mandatory="true">Please enter the genre</question> 77 <question id="genre" mandatory="true">Please enter the genre.</question>
78 </PostTest> 78 </PostTest>
79 </audioHolder> 79 </audioHolder>
80 <audioHolder id='test-1' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
81 <interface>
82 <title>Example Test Question</title>
83 <scale position="0">Min</scale>
84 <scale position="100">Max</scale>
85 <scale position="50">Middle</scale>
86 <scale position="75">75</scale>
87 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
88 </interface>
89 <audioElements url="0.wav" id="0"/>
90 <audioElements url="1.wav" id="1"/>
91 <audioElements url="2.wav" id="2"/>
92 <audioElements url="3.wav" id="3"/>
93 <audioElements url="4.wav" id="4"/>
94 <audioElements url="5.wav" id="5"/>
95 <audioElements url="6.wav" id="6"/>
96 <!-- <audioElements url="7.wav" id="7"/>
97 <audioElements url="8.wav" id="8"/>
98 <audioElements url="9.wav" id="9"/>
99 <audioElements url="10.wav" id="10"/>-->
100 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience?</CommentQuestion>
101 <CommentQuestion id="preference" type="radio">
102 <statement>Please enter your ranking preference on this song.</statement>
103 <option name="worst">Very Bad</option>
104 <option name="bad"></option>
105 <option name="OK">OK</option>
106 <option name="Good"></option>
107 <option name="Great">Great</option>
108 </CommentQuestion>
109 <CommentQuestion id="preference" type="checkbox">
110 <statement>Describe this song</statement>
111 <option name="funky">Funky</option>
112 <option name="mellow">Mellow</option>
113 <option name="laidback">Laid back</option>
114 <option name="heavy">Heavy</option>
115 </CommentQuestion>
116 <PreTest/>
117 <PostTest>
118 <question id="genre" mandatory="true">Please enter the genre.</question>
119 </PostTest>
120 </audioHolder>
80 </BrowserEvalProjectDocument> 121 </BrowserEvalProjectDocument>