annotate example_eval/horizontal_example.xml @ 1195:b2d06aed8de1

Minor changes to instructions, demo page, and test examples
author Brecht De Man <BrechtDeMan@users.noreply.github.com>
date Fri, 19 Feb 2016 16:08:54 +0100
parents c0022a09c4f6
children 124e6c702845
rev   line source
n@1143 1 <?xml version="1.0" encoding="UTF-8" ?>
n@1143 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
n@1143 3 <setup interface="ABC" projectReturn="save.php">
n@1143 4 <metric>
n@1143 5 <metricenable>testTimer</metricenable>
n@1143 6 <metricenable>elementTimer</metricenable>
n@1143 7 <metricenable>elementInitialPosition</metricenable>
n@1143 8 <metricenable>elementTracker</metricenable>
n@1143 9 <metricenable>elementFlagListenedTo</metricenable>
n@1143 10 <metricenable>elementFlagMoved</metricenable>
n@1143 11 <metricenable>elementListenTracker</metricenable>
n@1143 12 </metric>
n@1143 13 <interface>
n@1143 14 <interfaceoption type="check" name="fragmentMoved"/>
n@1143 15 <interfaceoption type="check" name="scalerange" min="25" max="75"/>
n@1143 16 <interfaceoption type="show" name='playhead'/>
n@1143 17 <interfaceoption type="show" name="page-count"/>
n@1156 18 <interfaceoption type="show" name="volume"/>
n@1143 19 </interface>
n@1143 20 </setup>
n@1143 21 <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' showElementComments='true' loudness="-12">
n@1143 22 <interface>
n@1143 23 <scales>
n@1143 24 <scalelabel position="0">-50</scalelabel>
n@1143 25 <scalelabel position="50">0</scalelabel>
n@1143 26 <scalelabel position="100">50</scalelabel>
n@1143 27 </scales>
n@1143 28 </interface>
BrechtDeMan@1195 29 <audioelement url="0.wav" id="track-1"/>
n@1143 30 <audioelement url="1.wav" id="track-2"/>
n@1143 31 </page>
n@1143 32 </waet>