comparison example_eval/project.xml @ 1090:c07b9e2312ba

Merge
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Wed, 09 Mar 2016 14:36:47 +0000
parents
children a589dab20020 c0022a09c4f6
comparison
equal deleted inserted replaced
-1:000000000000 1090:c07b9e2312ba
1 <?xml version="1.0" encoding="utf-8"?>
2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
3 <setup interface="APE" projectReturn="save.php" randomiseOrder='true' testPages="2" loudness="-23" sampleRate="44100">
4 <survey location="before">
5 <surveyentry type="question" id="sessionId" mandatory="true">
6 <statement>Please enter your name.</statement>
7 </surveyentry>
8 <surveyentry type="checkbox" id="checkboxtest" mandatory="true">
9 <statement>Please select with which activities you have any experience (example checkbox question)</statement>
10 <option name="musician">Playing a musical instrument</option>
11 <option name="soundengineer">Recording or mixing audio</option>
12 <option name="developer">Developing audio software</option>
13 <option name="hwdesigner">Designing or building audio hardware</option>
14 <option name="researcher">Research in the field of audio</option>
15 </surveyentry>
16 <surveyentry type="statement">
17 <statement>This is an example of an 'APE'-style test, with two pages, using the test stimuli in 'example_eval/'.</statement>
18 </surveyentry>
19 </survey>
20 <survey location="after">
21 <surveyentry type="question" id="location" mandatory="true" boxsize="large">
22 <statement>Please enter your location. (example mandatory text question)</statement>
23 </surveyentry>
24 <surveyentry type="number" id="age" min="0">
25 <statement>Please enter your age (example non-mandatory number question)</statement>
26 </surveyentry>
27 <surveyentry type="radio" id="rating">
28 <statement>Please rate this interface (example radio button question)</statement>
29 <option name="bad">Bad</option>
30 <option name="poor">Poor</option>
31 <option name="good">Good</option>
32 <option name="great">Great</option>
33 </surveyentry>
34 <surveyentry type="statement">
35 <statement>Thank you for taking this listening test. Please click 'submit' and your results will appear in the 'saves/' folder.</statement>
36 </surveyentry>
37 </survey>
38 <metric>
39 <metricenable>testTimer</metricenable>
40 <metricenable>elementTimer</metricenable>
41 <metricenable>elementInitialPosition</metricenable>
42 <metricenable>elementTracker</metricenable>
43 <metricenable>elementFlagListenedTo</metricenable>
44 <metricenable>elementFlagMoved</metricenable>
45 <metricenable>elementListenTracker</metricenable>
46 </metric>
47 <interface>
48 <interfaceoption type="check" name="fragmentMoved"/>
49 <interfaceoption type="check" name="scalerange" min="25" max="75"/>
50 <interfaceoption type="show" name='playhead'/>
51 <interfaceoption type="show" name="page-count"/>
52 </interface>
53 </setup>
54 <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' showElementComments='true' loudness="-12">
55 <commentboxprefix>Comment on fragment</commentboxprefix>
56 <interface name="preference">
57 <scales>
58 <scalelabel position="0">Min</scalelabel>
59 <scalelabel position="100">Max</scalelabel>
60 <scalelabel position="50">Middle</scalelabel>
61 <scalelabel position="20">20</scalelabel>
62 </scales>
63 </interface>
64 <interface name="depth">
65 <title>Depth</title>
66 <scales>
67 <scalelabel position="0">Low</scalelabel>
68 <scalelabel position="100">High</scalelabel>
69 <scalelabel position="50">Middle</scalelabel>
70 <scalelabel position="50">Middle</scalelabel>
71 </scales>
72 </interface>
73 <audioelement url="0.wav" id="track-0" type="anchor"/>
74 <audioelement url="1.wav" id="track-1"/>
75 <audioelement url="2.wav" id="track-2"/>
76 <audioelement url="3.wav" id="track-3"/>
77 <audioelement url="4.wav" id="track-4"/>
78 <survey location="before">
79 <surveyentry type="statement">
80 <statement>Example of an 'APE' style interface with hidden anchor 'zero' (which needs to be below 20%), looping of the samples, randomisation of marker labels, mandatory moving of every sample, and a forced scale usage of at least 25%-75%.</statement>
81 </surveyentry>
82 </survey>
83 <survey location="after">
84 <surveyentry type="question" id="genre-0" mandatory="true">
85 <statement>Please enter the genre.</statement>
86 </surveyentry>
87 </survey>
88 </page>
89 <page id='test-1' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='false' showElementComments='true'>
90 <commentboxprefix>Comment on fragment</commentboxprefix>
91 <interface name="preference">
92 <title>Example Test Question</title>
93 <scales>
94 <scalelabel position="0">Min</scalelabel>
95 <scalelabel position="100">Max</scalelabel>
96 <scalelabel position="50">Middle</scalelabel>
97 <scalelabel position="20">20</scalelabel>
98 </scales>
99 </interface>
100 <audioelement url="0.wav" gain="-6" id="track-5" type="anchor" marker="20"/>
101 <audioelement url="1.wav" gain="0.0" id="track-6" type="reference" marker="80"/>
102 <audioelement url="2.wav" gain="0.0" id="track-7"/>
103 <audioelement url="3.wav" gain="0.0" id="track-8"/>
104 <audioelement url="4.wav" gain="0.0" id="track-9"/>
105 <audioelement url="5.wav" gain="0.0" id="track-10"/>
106 <audioelement url="6.wav" gain="0.0" id="track-11" type="outside-reference"/>
107 <commentquestion id='mixingExperience' type="question">
108 <statement>What is your general experience with numbers?</statement>
109 </commentquestion>
110 <commentquestion id="preference" type="radio">
111 <statement>Please enter your overall preference</statement>
112 <option name="worst">Very Bad</option>
113 <option name="bad"></option>
114 <option name="OK">OK</option>
115 <option name="Good"></option>
116 <option name="Great">Great</option>
117 </commentquestion>
118 <commentquestion id="character" type="checkbox">
119 <statement>Please describe the overall character</statement>
120 <option name="funky">Funky</option>
121 <option name="mellow">Mellow</option>
122 <option name="laidback">Laid back</option>
123 <option name="heavy">Heavy</option>
124 </commentquestion>
125 <survey location="before">
126 <surveyentry type="statement">
127 <statement>Example of an 'APE' style interface with hidden anchor 'zero' (which needs to be below 20%), looping of the samples, randomisation of marker labels, mandatory moving of every sample, and a forced scale usage of at least 25%-75%.</statement>
128 </surveyentry>
129 </survey>
130 <survey location="after">
131 <surveyentry type="question" id="genre-1" mandatory="true">
132 <statement>Please enter the genre.</statement>
133 </surveyentry>
134 </survey>
135 </page>
136 </waet>