annotate example_eval/radio_example.xml @ 2202:61c8e13f1e2e

Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author www-data <www-data@sucuk.dcs.qmul.ac.uk>
date Fri, 08 Apr 2016 13:20:54 +0100
parents 158e06debceb
children cb27ece65a5c
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@1261 21 <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='4' 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@1190 33 <audioelement url="2.wav" id="track-3" type="outside-reference"/>
n@1145 34 </page>
n@1145 35 </waet>