Mercurial > hg > webaudioevaluationtool
comparison example_eval/project.xml @ 1571:2a3e95841f14
Merge from the default branch
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Mon, 08 Jun 2015 11:01:21 +0100 |
parents | |
children | 4041e5abcde5 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 1571:2a3e95841f14 |
---|---|
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 <radio id="rating"> | |
15 <statement>Please rate this interface</statement> | |
16 <option name="bad">Bad</option> | |
17 <option name="OK">OK</option> | |
18 <option name="Good">Good</option> | |
19 <option name="Great">Great</option> | |
20 </radio> | |
21 <statement>Please listen to all mixes</statement> | |
22 </PreTest> | |
23 <PostTest> | |
24 <question id="SessionID" mandatory="true">Please enter your name.</question> | |
25 <statement>Thank you for taking this listening test.</statement> | |
26 </PostTest> | |
27 <Metric> | |
28 <metricEnable>testTimer</metricEnable> | |
29 <metricEnable>elementTimer</metricEnable> | |
30 <metricEnable>elementInitialPosition</metricEnable> | |
31 <metricEnable>elementTracker</metricEnable> | |
32 <metricEnable>elementFlagListenedTo</metricEnable> | |
33 <metricEnable>elementFlagMoved</metricEnable> | |
34 <metricEnable>elementListenTracker</metricEnable> | |
35 </Metric> | |
36 </setup> | |
37 <audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'> | |
38 <interface> | |
39 <title>Example Test Question</title> | |
40 <scale position="0">Min</scale> | |
41 <scale position="100">Max</scale> | |
42 <scale position="50">Middle</scale> | |
43 <scale position="20">20</scale> | |
44 <commentBoxPrefix>Comment on fragment</commentBoxPrefix> | |
45 </interface> | |
46 <audioElements url="0.wav" id="0"/> | |
47 <audioElements url="1.wav" id="1"/> | |
48 <audioElements url="2.wav" id="2"/> | |
49 <audioElements url="3.wav" id="3"/> | |
50 <!--<audioElements url="4.wav" id="4"/> | |
51 <audioElements url="5.wav" id="5"/> | |
52 <audioElements url="6.wav" id="6"/> | |
53 <audioElements url="7.wav" id="7"/> | |
54 <audioElements url="8.wav" id="8"/> | |
55 <audioElements url="9.wav" id="9"/> | |
56 <audioElements url="10.wav" id="10"/>--> | |
57 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience</CommentQuestion> | |
58 <CommentQuestion id="preference" type="radio"> | |
59 <statement>Please enter your ranking preference on this song</statement> | |
60 <option name="worst">Very Bad</option> | |
61 <option name="bad"></option> | |
62 <option name="OK">OK</option> | |
63 <option name="Good"></option> | |
64 <option name="Great">Great</option> | |
65 </CommentQuestion> | |
66 <PreTest/> | |
67 <PostTest> | |
68 <question id="genre" mandatory="true">Please enter the genre</question> | |
69 </PostTest> | |
70 </audioHolder> | |
71 </BrowserEvalProjectDocument> |