comparison example_eval/project.xml @ 1453:04e8a9c07c7e

Updating test create using questions
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Wed, 23 Sep 2015 11:42:11 +0100
parents
children 2ac1cb304fdc 235594325b84
comparison
equal deleted inserted replaced
-1:000000000000 1453:04e8a9c07c7e
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 <anchor enforce="false">40</anchor>
43 </interface>
44 </setup>
45 <audioHolder id='test-0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
46 <interface>
47 <title>Example Test Question</title>
48 <scale position="0">Min</scale>
49 <scale position="100">Max</scale>
50 <scale position="50">Middle</scale>
51 <scale position="20">20</scale>
52 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
53 </interface>
54 <audioElements url="0.wav" id="0" type="anchor"/>
55 <audioElements url="1.wav" id="1"/>
56 <audioElements url="2.wav" id="2"/>
57 <audioElements url="3.wav" id="3"/>
58 <audioElements url="4.wav" id="4"/>
59 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience</CommentQuestion>
60 <CommentQuestion id="preference" type="radio">
61 <statement>Please enter your ranking preference on this song</statement>
62 <option name="worst">Very Bad</option>
63 <option name="bad"></option>
64 <option name="OK">OK</option>
65 <option name="Good"></option>
66 <option name="Great">Great</option>
67 </CommentQuestion>
68 <CommentQuestion id="preference" type="checkbox">
69 <statement>Describe this song</statement>
70 <option name="bright">Bright</option>
71 <option name="punchy">Punchy</option>
72 <option name="dark">Dark</option>
73 <option name="muddy">Muddy</option>
74 <option name="thin">Thin</option>
75 </CommentQuestion>
76 <PreTest/>
77 <PostTest>
78 <question id="genre" mandatory="true">Please enter the genre.</question>
79 </PostTest>
80 </audioHolder>
81 <audioHolder id='test-1' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='false' elementComments='true'>
82 <interface>
83 <title>Example Test Question</title>
84 <scale position="0">Min</scale>
85 <scale position="100">Max</scale>
86 <scale position="50">Middle</scale>
87 <scale position="75">75</scale>
88 <scalerange min="25" max="75"/>
89 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
90 </interface>
91 <audioElements url="0.wav" id="0" type="reference" marker="80"/>
92 <audioElements url="1.wav" id="1" type="anchor" marker="20"/>
93 <audioElements url="2.wav" id="2"/>
94 <audioElements url="3.wav" id="3"/>
95 <audioElements url="4.wav" id="4"/>
96 <audioElements url="5.wav" id="5"/>
97 <audioElements url="6.wav" id="6" type="outsidereference"/>
98 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience?</CommentQuestion>
99 <CommentQuestion id="preference" type="radio">
100 <statement>Please enter your ranking preference on this song.</statement>
101 <option name="worst">Very Bad</option>
102 <option name="bad"></option>
103 <option name="OK">OK</option>
104 <option name="Good"></option>
105 <option name="Great">Great</option>
106 </CommentQuestion>
107 <CommentQuestion id="preference" type="checkbox">
108 <statement>Describe this song</statement>
109 <option name="funky">Funky</option>
110 <option name="mellow">Mellow</option>
111 <option name="laidback">Laid back</option>
112 <option name="heavy">Heavy</option>
113 </CommentQuestion>
114 <PreTest/>
115 <PostTest>
116 <question id="genre" mandatory="true">Please enter the genre.</question>
117 </PostTest>
118 </audioHolder>
119 </BrowserEvalProjectDocument>