annotate example_eval/radio_example.xml @ 1160:f0fa49f5bbb0

Interfaces have startPlayback and stopPlayback methods to clean up code management. Looping playbacks now have a 2s cross-fade.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 26 Jan 2016 13:52:56 +0000
parents 79291bafbf5e
children 95fe9015f368 c0022a09c4f6
rev   line source
n@1145 1 <?xml version="1.0" encoding="UTF-8" ?>
n@1145 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
n@1145 3 <setup interface="likert" projectReturn="save.php">
n@1145 4 <metric>
n@1145 5 <metricenable>testTimer</metricenable>
n@1145 6 <metricenable>elementTimer</metricenable>
n@1145 7 <metricenable>elementInitialPosition</metricenable>
n@1145 8 <metricenable>elementTracker</metricenable>
n@1145 9 <metricenable>elementFlagListenedTo</metricenable>
n@1145 10 <metricenable>elementFlagMoved</metricenable>
n@1145 11 <metricenable>elementListenTracker</metricenable>
n@1145 12 </metric>
n@1145 13 <interface>
n@1145 14 <interfaceoption type="check" name="fragmentMoved"/>
n@1145 15 <interfaceoption type="check" name="scalerange" min="25" max="75"/>
n@1156 16 <interfaceoption type="show" name="volume"/>
n@1145 17 <interfaceoption type="show" name='playhead'/>
n@1145 18 <interfaceoption type="show" name="page-count"/>
n@1145 19 </interface>
n@1145 20 </setup>
n@1153 21 <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' showElementComments='true' loudness="-23">
n@1145 22 <interface>
n@1145 23 <scales>
n@1146 24 <scalelabel position="0">(1) Very Annoying</scalelabel>
n@1146 25 <scalelabel position="25">(2) Annoying</scalelabel>
n@1146 26 <scalelabel position="50">(3) Slightly Annoying</scalelabel>
n@1146 27 <scalelabel position="75">(4) Audible but not Annoying</scalelabel>
n@1146 28 <scalelabel position="100">(5) Inaudible</scalelabel>
n@1145 29 </scales>
n@1145 30 </interface>
n@1160 31 <audioelement url="0.wav" id="track-1"/>
n@1145 32 <audioelement url="1.wav" id="track-2"/>
n@1145 33 </page>
n@1145 34 </waet>