comparison tests/examples/ordinal_example.xml @ 2960:5705787531a3

Fixed #257
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Wed, 22 Nov 2017 10:08:12 +0000
parents be138735977b
children
comparison
equal deleted inserted replaced
2959:325940450125 2960:5705787531a3
1 <?xml version="1.0" encoding="UTF-8" ?> 1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd"> 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
3 <setup interface="ordinal" projectReturn="save.php" randomiseOrder="true"> 3 <setup interface="ordinal" projectReturn="save.php" randomiseOrder="true">
4 <metric> 4 <metric>
5 <metricenable>testTimer</metricenable> 5 <metricenable>testTimer</metricenable>
6 <metricenable>elementTimer</metricenable> 6 <metricenable>elementTimer</metricenable>
7 <metricenable>elementInitialPosition</metricenable> 7 <metricenable>elementInitialPosition</metricenable>
8 <metricenable>elementTracker</metricenable> 8 <metricenable>elementTracker</metricenable>
9 <metricenable>elementFlagListenedTo</metricenable> 9 <metricenable>elementFlagListenedTo</metricenable>
10 <metricenable>elementFlagMoved</metricenable> 10 <metricenable>elementFlagMoved</metricenable>
11 <metricenable>elementListenTracker</metricenable> 11 <metricenable>elementListenTracker</metricenable>
12 </metric> 12 </metric>
13 <interface> 13 <interface>
14 <interfaceoption type="check" name="fragmentComment" /> 14 <interfaceoption type="check" name="fragmentComment" />
15 <interfaceoption type="show" name='playhead' /> 15 <interfaceoption type="show" name='playhead' />
16 <interfaceoption type="show" name="page-count" /> 16 <interfaceoption type="show" name="page-count" />
17 <interfaceoption type="show" name="volume" /> 17 <interfaceoption type="show" name="volume" />
18 <interfaceoption type="show" name="comments" /> 18 <interfaceoption type="show" name="comments" />
19 </interface> 19 </interface>
20 </setup> 20 </setup>
21 <page id='test-0' hostURL="media/example/" randomiseOrder='true' repeatCount='0' loop='true' loudness="-23"> 21 <page id='test-0' hostURL="media/example/" randomiseOrder='true' repeatCount='0' loop='true' loudness="-23">
22 <title>Ordinal Evaluation</title> 22 <title>Ordinal Evaluation</title>
23 <interface></interface> 23 <interface></interface>
24 <audioelement url="0.wav" id="track-1" /> 24 <audioelement url="0.wav" id="track-1" />
25 <audioelement url="1.wav" id="track-2" /> 25 <audioelement url="1.wav" id="track-2" />
26 <audioelement url="2.wav" id="track-3" /> 26 <audioelement url="2.wav" id="track-3" />
27 <audioelement url="3.wav" id="track-4" /> 27 <audioelement url="3.wav" id="track-4" />
28 <audioelement url="4.wav" id="track-5" /> 28 <audioelement url="4.wav" id="track-5" />
29 <audioelement url="5.wav" id="track-6" /> 29 <audioelement url="5.wav" id="track-6" />
30 <audioelement url="6.wav" id="track-7" /> 30 <audioelement url="6.wav" id="track-7" />
31 <audioelement url="7.wav" id="track-8" /> 31 <audioelement url="7.wav" id="track-8" />
32 </page> 32 </page>
33 </waet> 33 </waet>