annotate example_eval/horizontal_example.xml @ 1893:3a43a17b430a

Quick update for scripts/score_parser.py to parse new save files.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Tue, 15 Mar 2016 15:33:29 +0000
parents 40f256900cb5
children
rev   line source
nickjillings@1343 1 <?xml version="1.0" encoding="UTF-8" ?>
nickjillings@1343 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
nickjillings@1343 3 <setup interface="ABC" projectReturn="save.php">
nickjillings@1343 4 <metric>
nickjillings@1343 5 <metricenable>testTimer</metricenable>
nickjillings@1343 6 <metricenable>elementTimer</metricenable>
nickjillings@1343 7 <metricenable>elementInitialPosition</metricenable>
nickjillings@1343 8 <metricenable>elementTracker</metricenable>
nickjillings@1343 9 <metricenable>elementFlagListenedTo</metricenable>
nickjillings@1343 10 <metricenable>elementFlagMoved</metricenable>
nickjillings@1343 11 <metricenable>elementListenTracker</metricenable>
nickjillings@1343 12 </metric>
nickjillings@1343 13 <interface>
nickjillings@1343 14 <interfaceoption type="check" name="fragmentMoved"/>
nickjillings@1343 15 <interfaceoption type="check" name="scalerange" min="25" max="75"/>
nickjillings@1343 16 <interfaceoption type="show" name='playhead'/>
nickjillings@1343 17 <interfaceoption type="show" name="page-count"/>
nickjillings@1356 18 <interfaceoption type="show" name="volume"/>
nickjillings@1343 19 </interface>
nickjillings@1343 20 </setup>
nickjillings@1343 21 <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' showElementComments='true' loudness="-12">
nickjillings@1343 22 <interface>
nickjillings@1343 23 <scales>
nickjillings@1343 24 <scalelabel position="0">-50</scalelabel>
nickjillings@1343 25 <scalelabel position="50">0</scalelabel>
nickjillings@1343 26 <scalelabel position="100">50</scalelabel>
nickjillings@1343 27 </scales>
nickjillings@1343 28 </interface>
b@1836 29 <audioelement url="0.wav" id="track-1"/>
nickjillings@1343 30 <audioelement url="1.wav" id="track-2"/>
nickjillings@1343 31 </page>
nickjillings@1343 32 </waet>