Mercurial > hg > webaudioevaluationtool
comparison example_eval/project.xml @ 749:07c996307cbd
Bug #1510 Fixed.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Mon, 21 Dec 2015 11:53:05 +0000 |
parents | |
children | 8540d153caec |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 749:07c996307cbd |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <BrowserEvalProjectDocument> | |
3 <setup interface="APE" projectReturn="save.php" randomiseOrder='true' collectMetrics='true' testPages="2" loudness="-23"> | |
4 <PreTest> | |
5 <question id="sessionId" mandatory="true">Please enter your name.</question> | |
6 <checkbox id="checkboxtest" mandatory="true"> | |
7 <statement>Please select with which activities you have any experience (example checkbox question)</statement> | |
8 <option name="musician">Playing a musical instrument</option> | |
9 <option name="soundengineer">Recording or mixing audio</option> | |
10 <option name="developer">Developing audio software</option> | |
11 <option name="hwdesigner">Designing or building audio hardware</option> | |
12 <option name="researcher">Research in the field of audio</option> | |
13 </checkbox> | |
14 <statement>This is an example of an 'APE'-style test, with two pages, using the test stimuli in 'example_eval/'.</statement> | |
15 </PreTest> | |
16 <PostTest> | |
17 <question id="location" mandatory="true" boxsize="large">Please enter your location. (example mandatory text question)</question> | |
18 <number id="age" min="0">Please enter your age (example non-mandatory number question)</number> | |
19 <radio id="rating"> | |
20 <statement>Please rate this interface (example radio button question)</statement> | |
21 <option name="bad">Bad</option> | |
22 <option name="poor">Poor</option> | |
23 <option name="good">Good</option> | |
24 <option name="great">Great</option> | |
25 </radio> | |
26 <statement>Thank you for taking this listening test. Please click 'submit' and your results will appear in the 'saves/' folder.</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="fragmentMoved"/> | |
39 <check name="scalerange" min="25" max="75"/> | |
40 <option name='playhead'/> | |
41 <option name="page-count"/> | |
42 </interface> | |
43 </setup> | |
44 <audioHolder id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true' loudness="-12"> | |
45 <interface name="preference"> | |
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 <interface name="depth"> | |
53 <title>Depth</title> | |
54 <scale position="0">Low</scale> | |
55 <scale position="100">High</scale> | |
56 <scale position="50">Middle</scale> | |
57 <commentBoxPrefix>Comment on fragment</commentBoxPrefix> | |
58 </interface> | |
59 <audioElements url="0.wav" id="0" type="anchor"/> | |
60 <audioElements url="1.wav" id="1"/> | |
61 <audioElements url="2.wav" id="2"/> | |
62 <audioElements url="3.wav" id="3"/> | |
63 <audioElements url="4.wav" id="4"/> | |
64 <PreTest> | |
65 <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> | |
66 </PreTest> | |
67 <PostTest> | |
68 <question id="genre" mandatory="true">Please enter the genre.</question> | |
69 </PostTest> | |
70 </audioHolder> | |
71 <audioHolder id='test-1' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='false' elementComments='true'> | |
72 <interface name="preference"> | |
73 <title>Example Test Question</title> | |
74 <scale position="0">Min</scale> | |
75 <scale position="100">Max</scale> | |
76 <scale position="50">Middle</scale> | |
77 <scale position="75">75</scale> | |
78 <scalerange min="25" max="75"/> | |
79 <commentBoxPrefix>Comment on fragment</commentBoxPrefix> | |
80 </interface> | |
81 <audioElements url="0.wav" gain="-6" id="0" type="anchor" marker="20"/> | |
82 <audioElements url="1.wav" gain="0.0" id="1" type="reference" marker="80"/> | |
83 <audioElements url="2.wav" gain="0.0" id="2"/> | |
84 <audioElements url="3.wav" gain="0.0" id="3"/> | |
85 <audioElements url="4.wav" gain="0.0" id="4"/> | |
86 <audioElements url="5.wav" gain="0.0" id="5"/> | |
87 <audioElements url="6.wav" gain="0.0" id="6" type="outsidereference"/> | |
88 <CommentQuestion id='mixingExperience' type="text">What is your general experience with numbers?</CommentQuestion> | |
89 <CommentQuestion id="preference" type="radio"> | |
90 <statement>Please enter your overall preference</statement> | |
91 <option name="worst">Very Bad</option> | |
92 <option name="bad"></option> | |
93 <option name="OK">OK</option> | |
94 <option name="Good"></option> | |
95 <option name="Great">Great</option> | |
96 </CommentQuestion> | |
97 <CommentQuestion id="preference" type="checkbox"> | |
98 <statement>Please describe the overall character</statement> | |
99 <option name="funky">Funky</option> | |
100 <option name="mellow">Mellow</option> | |
101 <option name="laidback">Laid back</option> | |
102 <option name="heavy">Heavy</option> | |
103 </CommentQuestion> | |
104 <PreTest> | |
105 <statement>Example of an 'APE' style interface with outside reference 'six', hidden anchor 'zero' (which needs to be below 20%), hidden reference 'one' (which needs to be above 80%), randomisation of marker labels, and a forced scale usage of at least 25%-75%. </statement> | |
106 </PreTest> | |
107 <PostTest> | |
108 <question id="genre" mandatory="true">Please enter the genre.</question> | |
109 </PostTest> | |
110 </audioHolder> | |
111 </BrowserEvalProjectDocument> |