comparison example_eval/radio_example.xml @ 517:7e85ebcab737

Merge - pre-release of 1.2.0
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Wed, 17 Feb 2016 11:16:08 +0000
parents 159b87e5de67
children 95fe9015f368 c0022a09c4f6
comparison
equal deleted inserted replaced
450:60b535a6b2a2 517:7e85ebcab737
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="likert" projectReturn="save.php">
4 <metric>
5 <metricenable>testTimer</metricenable>
6 <metricenable>elementTimer</metricenable>
7 <metricenable>elementInitialPosition</metricenable>
8 <metricenable>elementTracker</metricenable>
9 <metricenable>elementFlagListenedTo</metricenable>
10 <metricenable>elementFlagMoved</metricenable>
11 <metricenable>elementListenTracker</metricenable>
12 </metric>
13 <interface>
14 <interfaceoption type="check" name="fragmentMoved"/>
15 <interfaceoption type="check" name="scalerange" min="25" max="75"/>
16 <interfaceoption type="show" name="volume"/>
17 <interfaceoption type="show" name='playhead'/>
18 <interfaceoption type="show" name="page-count"/>
19 </interface>
20 </setup>
21 <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' showElementComments='true' loudness="-23">
22 <interface>
23 <scales>
24 <scalelabel position="0">(1) Very Annoying</scalelabel>
25 <scalelabel position="25">(2) Annoying</scalelabel>
26 <scalelabel position="50">(3) Slightly Annoying</scalelabel>
27 <scalelabel position="75">(4) Audible but not Annoying</scalelabel>
28 <scalelabel position="100">(5) Inaudible</scalelabel>
29 </scales>
30 </interface>
31 <audioelement url="0.wav" id="track-1"/>
32 <audioelement url="1.wav" id="track-2"/>
33 </page>
34 </waet>