annotate tests/examples/horizontal_example.xml @ 2963:8881dbe2807e

Remove position tag from test page of MUSHAR template (itur1534) to prevent user from getting the impression that position="0" is to unset the fixed position of the test case - fixes #260
author Thomas Schlien <schlien@iks.rwth-aachen.de>
date Thu, 23 Nov 2017 15:51:26 +0100
parents 5705787531a3
children 2b550d4c7fde
rev   line source
nicholas@2960 1 <?xml version="1.0" encoding="ISO-8859-1"?>
nicholas@2960 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
nicholas@2960 3 <setup interface="horizontal" projectReturn="save.php">
nicholas@2960 4 <metric>
nicholas@2960 5 <metricenable>testTimer</metricenable>
nicholas@2960 6 <metricenable>elementTimer</metricenable>
nicholas@2960 7 <metricenable>elementInitialPosition</metricenable>
nicholas@2960 8 <metricenable>elementTracker</metricenable>
nicholas@2960 9 <metricenable>elementFlagListenedTo</metricenable>
nicholas@2960 10 <metricenable>elementFlagMoved</metricenable>
nicholas@2960 11 <metricenable>elementListenTracker</metricenable>
nicholas@2960 12 </metric>
nicholas@2960 13 <interface>
nicholas@2960 14 <interfaceoption type="check" name="fragmentMoved" />
nicholas@2960 15 <interfaceoption type="check" name="scalerange" min="25" max="75" />
nicholas@2960 16 <interfaceoption type="show" name='playhead' />
nicholas@2960 17 <interfaceoption type="show" name="page-count" />
nicholas@2960 18 <interfaceoption type="show" name="volume" />
nicholas@2960 19 <interfaceoption type="show" name="comments" />
nicholas@2960 20 </interface>
nicholas@2960 21 </setup>
nicholas@2960 22 <page id='test-0' hostURL="media/example/" randomiseOrder='true' repeatCount='0' loop='true' loudness="-12">
nicholas@2960 23 <interface>
nicholas@2960 24 <scales>
nicholas@2960 25 <scalelabel position="0">-50</scalelabel>
nicholas@2960 26 <scalelabel position="50">0</scalelabel>
nicholas@2960 27 <scalelabel position="100">50</scalelabel>
nicholas@2960 28 </scales>
nicholas@2960 29 </interface>
nicholas@2960 30 <audioelement url="0.wav" id="track-1" />
nicholas@2960 31 <audioelement url="1.wav" id="track-2" />
nicholas@2960 32 </page>
nicholas@2960 33 </waet>