annotate 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
rev   line source
nicholas@2226 1 <?xml version="1.0" encoding="UTF-8" ?>
nicholas@2226 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
nicholas@2226 3 <setup interface="ABC" projectReturn="save.php">
nicholas@2226 4 <metric>
nicholas@2226 5 <metricenable>testTimer</metricenable>
nicholas@2226 6 <metricenable>elementTimer</metricenable>
nicholas@2226 7 <metricenable>elementInitialPosition</metricenable>
nicholas@2226 8 <metricenable>elementTracker</metricenable>
nicholas@2226 9 <metricenable>elementFlagListenedTo</metricenable>
nicholas@2226 10 <metricenable>elementFlagMoved</metricenable>
nicholas@2226 11 <metricenable>elementListenTracker</metricenable>
nicholas@2226 12 </metric>
nicholas@2226 13 <interface>
nicholas@2226 14 <interfaceoption type="check" name="fragmentMoved"/>
nicholas@2226 15 <interfaceoption type="check" name="scalerange" min="25" max="75"/>
nicholas@2226 16 <interfaceoption type="show" name='playhead'/>
nicholas@2226 17 <interfaceoption type="show" name="page-count"/>
nicholas@2226 18 <interfaceoption type="show" name="volume"/>
nicholas@2226 19 </interface>
nicholas@2226 20 </setup>
nicholas@2226 21 <page id='test-0' hostURL="media/example/" randomiseOrder='true' repeatCount='0' loop='true' showElementComments='true' loudness="-12">
nicholas@2226 22 <interface>
nicholas@2226 23 <scales>
nicholas@2226 24 <scalelabel position="0">-50</scalelabel>
nicholas@2226 25 <scalelabel position="50">0</scalelabel>
nicholas@2226 26 <scalelabel position="100">50</scalelabel>
nicholas@2226 27 </scales>
nicholas@2226 28 </interface>
nicholas@2226 29 <audioelement url="0.wav" id="track-1"/>
nicholas@2226 30 <audioelement url="1.wav" id="track-2"/>
nicholas@2226 31 </page>
nicholas@2226 32 </waet>