annotate example_eval/horizontal_example.xml @ 479:2b31f079a70e Dev_main

Confirmed working (using examples) on OSX (Chrome/Safari/Firefox)
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Thu, 14 Jan 2016 16:00:52 +0000
parents 23f77550b842
children 92f26057b934
rev   line source
n@472 1 <?xml version="1.0" encoding="UTF-8" ?>
n@472 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
n@472 3 <setup interface="ABC" projectReturn="save.php">
n@472 4 <metric>
n@472 5 <metricenable>testTimer</metricenable>
n@472 6 <metricenable>elementTimer</metricenable>
n@472 7 <metricenable>elementInitialPosition</metricenable>
n@472 8 <metricenable>elementTracker</metricenable>
n@472 9 <metricenable>elementFlagListenedTo</metricenable>
n@472 10 <metricenable>elementFlagMoved</metricenable>
n@472 11 <metricenable>elementListenTracker</metricenable>
n@472 12 </metric>
n@472 13 <interface>
n@472 14 <interfaceoption type="check" name="fragmentMoved"/>
n@472 15 <interfaceoption type="check" name="scalerange" min="25" max="75"/>
n@472 16 <interfaceoption type="show" name='playhead'/>
n@472 17 <interfaceoption type="show" name="page-count"/>
n@472 18 </interface>
n@472 19 </setup>
n@472 20 <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' showElementComments='true' loudness="-12">
n@472 21 <interface>
n@472 22 <scales>
n@472 23 <scalelabel position="0">-50</scalelabel>
n@472 24 <scalelabel position="50">0</scalelabel>
n@472 25 <scalelabel position="100">50</scalelabel>
n@472 26 </scales>
n@472 27 </interface>
n@472 28 <audioelement url="1.wav" id="track-1"/>
n@472 29 <audioelement url="1.wav" id="track-2"/>
n@472 30 </page>
n@472 31 </waet>