comparison example_eval/project.xml @ 1126:41ef099fbb6a

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