annotate example_eval/radio_example.xml @ 1146:c87a02efdc37

discrete.js interface built with correct styling. Example discrete is DCR
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Thu, 14 Jan 2016 11:22:31 +0000
parents 96a9c9703849
children 6281b02dcb58
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@1145 16 <interfaceoption type="show" name='playhead'/>
n@1145 17 <interfaceoption type="show" name="page-count"/>
n@1145 18 </interface>
n@1145 19 </setup>
n@1145 20 <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' showElementComments='true' loudness="-12">
n@1145 21 <interface>
n@1145 22 <scales>
n@1146 23 <scalelabel position="0">(1) Very Annoying</scalelabel>
n@1146 24 <scalelabel position="25">(2) Annoying</scalelabel>
n@1146 25 <scalelabel position="50">(3) Slightly Annoying</scalelabel>
n@1146 26 <scalelabel position="75">(4) Audible but not Annoying</scalelabel>
n@1146 27 <scalelabel position="100">(5) Inaudible</scalelabel>
n@1145 28 </scales>
n@1145 29 </interface>
n@1145 30 <audioelement url="1.wav" id="track-1"/>
n@1145 31 <audioelement url="1.wav" id="track-2"/>
n@1145 32 </page>
n@1145 33 </waet>