comparison example_eval/AB_example.xml @ 1130:c75d2ac7f45e

Added AB test interface
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 11 Jan 2016 16:32:26 +0000
parents
children 0db687b660f1
comparison
equal deleted inserted replaced
1129:c1c696ccd6f9 1130:c75d2ac7f45e
1 <?xml version="1.0" encoding="utf-8"?>
2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
3 <setup interface="AB" projectReturn="save.php" randomiseOrder='true' testPages="2" loudness="-23" sampleRate="44100">
4 <survey location="before">
5 <surveyentry type="question" id="sessionId" mandatory="true">
6 <statement>Please enter your name.</statement>
7 </surveyentry>
8 <surveyentry type="checkbox" id="checkboxtest" mandatory="true">
9 <statement>Please select with which activities you have any experience (example checkbox question)</statement>
10 <option name="musician">Playing a musical instrument</option>
11 <option name="soundengineer">Recording or mixing audio</option>
12 <option name="developer">Developing audio software</option>
13 <option name="hwdesigner">Designing or building audio hardware</option>
14 <option name="researcher">Research in the field of audio</option>
15 </surveyentry>
16 <surveyentry type="statement">
17 <statement>This is an example of an 'APE'-style test, with two pages, using the test stimuli in 'example_eval/'.</statement>
18 </surveyentry>
19 </survey>
20 <survey location="after">
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">
28 <statement>Please rate this interface (example radio button question)</statement>
29 <option name="bad">Bad</option>
30 <option name="poor">Poor</option>
31 <option name="good">Good</option>
32 <option name="great">Great</option>
33 </surveyentry>
34 <surveyentry type="statement">
35 <statement>Thank you for taking this listening test. Please click 'submit' and your results will appear in the 'saves/' folder.</statement>
36 </surveyentry>
37 </survey>
38 <metric>
39 <metricenable>testTimer</metricenable>
40 <metricenable>elementTimer</metricenable>
41 <metricenable>elementFlagListenedTo</metricenable>
42 <metricenable>elementListenTracker</metricenable>
43 </metric>
44 <interface>
45 <interfaceoption type="check" name="fragmentMoved"/>
46 <interfaceoption type="check" name="scalerange" min="25" max="75"/>
47 <interfaceoption type="show" name='playhead'/>
48 <interfaceoption type="show" name="page-count"/>
49 </interface>
50 </setup>
51 <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' showElementComments='true' loudness="-12">
52 <commentboxprefix>Comment on fragment</commentboxprefix>
53 <interface>
54 <title>Depth</title>
55 </interface>
56 <audioelement url="0.wav" id="track-0" type="anchor"/>
57 <audioelement url="1.wav" id="track-1"/>
58 <audioelement url="2.wav" id="track-2"/>
59 <survey location="before">
60 <surveyentry type="statement">
61 <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>
62 </surveyentry>
63 </survey>
64 <survey location="after">
65 <surveyentry type="question" id="genre-0" mandatory="true">
66 <statement>Please enter the genre.</statement>
67 </surveyentry>
68 </survey>
69 </page>
70 </waet>