comparison tests/examples/horizontal_example.xml @ 2226:43ab418ba4b8

Separation of tests and media into specific subdirs. The tests directory is scanned and will be used by the php/python for pseudo-random tests.
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Thu, 14 Apr 2016 15:58:52 +0100
parents
children b7ed9d43ea87
comparison
equal deleted inserted replaced
2224:760719986df3 2226:43ab418ba4b8
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="ABC" 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='playhead'/>
17 <interfaceoption type="show" name="page-count"/>
18 <interfaceoption type="show" name="volume"/>
19 </interface>
20 </setup>
21 <page id='test-0' hostURL="media/example/" randomiseOrder='true' repeatCount='0' loop='true' showElementComments='true' loudness="-12">
22 <interface>
23 <scales>
24 <scalelabel position="0">-50</scalelabel>
25 <scalelabel position="50">0</scalelabel>
26 <scalelabel position="100">50</scalelabel>
27 </scales>
28 </interface>
29 <audioelement url="0.wav" id="track-1"/>
30 <audioelement url="1.wav" id="track-2"/>
31 </page>
32 </waet>