Mercurial > hg > webaudioevaluationtool
comparison example_eval/project.xml @ 1404:3b9f0bc523d6
test_create: Specification Node handles complete XML to DOM and DOM to XML conversions
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Fri, 04 Dec 2015 18:34:04 +0000 |
parents | |
children | 0795031754d7 1b6fa37d46a4 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 1404:3b9f0bc523d6 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <BrowserEvalProjectDocument> | |
3 <setup interface="APE" projectReturn="save.php" randomiseOrder='true' collectMetrics='true' testPages="2"> | |
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 <number id="age" min="0">Please enter your age</number> | |
15 <statement>Please listen to all fragments</statement> | |
16 </PreTest> | |
17 <PostTest> | |
18 <question id="SessionID" mandatory="true">Please enter your name.</question> | |
19 <radio id="rating"> | |
20 <statement>Please rate this interface</statement> | |
21 <option name="bad">Bad</option> | |
22 <option name="OK">OK</option> | |
23 <option name="Good">Good</option> | |
24 <option name="Great">Great</option> | |
25 </radio> | |
26 <statement>Thank you for taking this listening test.</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/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'> | |
45 <interface> | |
46 <title>Example Test Question</title> | |
47 <scale position="0">Min</scale> | |
48 <scale position="100">Max</scale> | |
49 <scale position="50">Middle</scale> | |
50 <scale position="20">20</scale> | |
51 <commentBoxPrefix>Comment on fragment</commentBoxPrefix> | |
52 </interface> | |
53 <audioElements url="0.wav" id="0" type="anchor"/> | |
54 <audioElements url="1.wav" id="1"/> | |
55 <audioElements url="2.wav" id="2"/> | |
56 <audioElements url="3.wav" id="3"/> | |
57 <audioElements url="4.wav" id="4"/> | |
58 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience</CommentQuestion> | |
59 <CommentQuestion id="preference" type="radio"> | |
60 <statement>Please enter your ranking preference on this song</statement> | |
61 <option name="worst">Very Bad</option> | |
62 <option name="bad"></option> | |
63 <option name="OK">OK</option> | |
64 <option name="Good"></option> | |
65 <option name="Great">Great</option> | |
66 </CommentQuestion> | |
67 <CommentQuestion id="preference" type="checkbox"> | |
68 <statement>Describe this song</statement> | |
69 <option name="bright">Bright</option> | |
70 <option name="punchy">Punchy</option> | |
71 <option name="dark">Dark</option> | |
72 <option name="muddy">Muddy</option> | |
73 <option name="thin">Thin</option> | |
74 </CommentQuestion> | |
75 <PreTest/> | |
76 <PostTest> | |
77 <question id="genre" mandatory="true">Please enter the genre.</question> | |
78 </PostTest> | |
79 </audioHolder> | |
80 <audioHolder id='test-1' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='false' 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 <scalerange min="25" max="75"/> | |
88 <commentBoxPrefix>Comment on fragment</commentBoxPrefix> | |
89 </interface> | |
90 <audioElements url="0.wav" id="0" type="reference" marker="80"/> | |
91 <audioElements url="1.wav" id="1" type="anchor" marker="20"/> | |
92 <audioElements url="2.wav" id="2"/> | |
93 <audioElements url="3.wav" id="3"/> | |
94 <audioElements url="4.wav" id="4"/> | |
95 <audioElements url="5.wav" id="5"/> | |
96 <audioElements url="6.wav" id="6" type="outsidereference"/> | |
97 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience?</CommentQuestion> | |
98 <CommentQuestion id="preference" type="radio"> | |
99 <statement>Please enter your ranking preference on this song.</statement> | |
100 <option name="worst">Very Bad</option> | |
101 <option name="bad"></option> | |
102 <option name="OK">OK</option> | |
103 <option name="Good"></option> | |
104 <option name="Great">Great</option> | |
105 </CommentQuestion> | |
106 <CommentQuestion id="preference" type="checkbox"> | |
107 <statement>Describe this song</statement> | |
108 <option name="funky">Funky</option> | |
109 <option name="mellow">Mellow</option> | |
110 <option name="laidback">Laid back</option> | |
111 <option name="heavy">Heavy</option> | |
112 </CommentQuestion> | |
113 <PreTest/> | |
114 <PostTest> | |
115 <question id="genre" mandatory="true">Please enter the genre.</question> | |
116 </PostTest> | |
117 </audioHolder> | |
118 </BrowserEvalProjectDocument> |