annotate example_eval/radio_example.xml @ 601:0df685136c89

Fixed null/period saves on test completion. specification projectReturn is currently deprecated pending new usage.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Thu, 10 Mar 2016 11:49:08 +0000
parents 95fe9015f368
children 7bcf08da25e4
rev   line source
n@474 1 <?xml version="1.0" encoding="UTF-8" ?>
n@474 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
n@474 3 <setup interface="likert" projectReturn="save.php">
n@474 4 <metric>
n@474 5 <metricenable>testTimer</metricenable>
n@474 6 <metricenable>elementTimer</metricenable>
n@474 7 <metricenable>elementInitialPosition</metricenable>
n@474 8 <metricenable>elementTracker</metricenable>
n@474 9 <metricenable>elementFlagListenedTo</metricenable>
n@474 10 <metricenable>elementFlagMoved</metricenable>
n@474 11 <metricenable>elementListenTracker</metricenable>
n@474 12 </metric>
n@474 13 <interface>
n@474 14 <interfaceoption type="check" name="fragmentMoved"/>
n@474 15 <interfaceoption type="check" name="scalerange" min="25" max="75"/>
n@485 16 <interfaceoption type="show" name="volume"/>
n@474 17 <interfaceoption type="show" name='playhead'/>
n@474 18 <interfaceoption type="show" name="page-count"/>
n@474 19 </interface>
n@474 20 </setup>
n@482 21 <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' showElementComments='true' loudness="-23">
n@474 22 <interface>
n@474 23 <scales>
n@475 24 <scalelabel position="0">(1) Very Annoying</scalelabel>
n@475 25 <scalelabel position="25">(2) Annoying</scalelabel>
n@475 26 <scalelabel position="50">(3) Slightly Annoying</scalelabel>
n@475 27 <scalelabel position="75">(4) Audible but not Annoying</scalelabel>
n@475 28 <scalelabel position="100">(5) Inaudible</scalelabel>
n@474 29 </scales>
n@474 30 </interface>
n@489 31 <audioelement url="0.wav" id="track-1"/>
n@474 32 <audioelement url="1.wav" id="track-2"/>
n@521 33 <audioelement url="2.wav" id="track-3" type="outside-reference"/>
n@474 34 </page>
n@474 35 </waet>