annotate example_eval/radio_example.xml @ 2171:ffe3ef69b8e6

Update to mismatched APE marker labels.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Mon, 21 Mar 2016 15:24:16 +0000
parents b1675f657e3c
children cb27ece65a5c
rev   line source
nickjillings@1345 1 <?xml version="1.0" encoding="UTF-8" ?>
nickjillings@1345 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
nickjillings@1345 3 <setup interface="likert" projectReturn="save.php">
nickjillings@1345 4 <metric>
nickjillings@1345 5 <metricenable>testTimer</metricenable>
nickjillings@1345 6 <metricenable>elementTimer</metricenable>
nickjillings@1345 7 <metricenable>elementInitialPosition</metricenable>
nickjillings@1345 8 <metricenable>elementTracker</metricenable>
nickjillings@1345 9 <metricenable>elementFlagListenedTo</metricenable>
nickjillings@1345 10 <metricenable>elementFlagMoved</metricenable>
nickjillings@1345 11 <metricenable>elementListenTracker</metricenable>
nickjillings@1345 12 </metric>
nickjillings@1345 13 <interface>
nickjillings@1345 14 <interfaceoption type="check" name="fragmentMoved"/>
nickjillings@1345 15 <interfaceoption type="check" name="scalerange" min="25" max="75"/>
nickjillings@1356 16 <interfaceoption type="show" name="volume"/>
nickjillings@1345 17 <interfaceoption type="show" name='playhead'/>
nickjillings@1345 18 <interfaceoption type="show" name="page-count"/>
nickjillings@1345 19 </interface>
nickjillings@1345 20 </setup>
nickjillings@2169 21 <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='4' loop='true' showElementComments='true' loudness="-23">
nickjillings@1345 22 <interface>
nickjillings@1345 23 <scales>
nickjillings@1346 24 <scalelabel position="0">(1) Very Annoying</scalelabel>
nickjillings@1346 25 <scalelabel position="25">(2) Annoying</scalelabel>
nickjillings@1346 26 <scalelabel position="50">(3) Slightly Annoying</scalelabel>
nickjillings@1346 27 <scalelabel position="75">(4) Audible but not Annoying</scalelabel>
nickjillings@1346 28 <scalelabel position="100">(5) Inaudible</scalelabel>
nickjillings@1345 29 </scales>
nickjillings@1345 30 </interface>
nickjillings@1360 31 <audioelement url="0.wav" id="track-1"/>
nickjillings@1345 32 <audioelement url="1.wav" id="track-2"/>
nickjillings@2098 33 <audioelement url="2.wav" id="track-3" type="outside-reference"/>
nickjillings@1345 34 </page>
nickjillings@1345 35 </waet>