annotate example_eval/radio_example.xml @ 479:2b31f079a70e Dev_main

Confirmed working (using examples) on OSX (Chrome/Safari/Firefox)
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Thu, 14 Jan 2016 16:00:52 +0000
parents aad881fa0891
children 6281b02dcb58
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@474 16 <interfaceoption type="show" name='playhead'/>
n@474 17 <interfaceoption type="show" name="page-count"/>
n@474 18 </interface>
n@474 19 </setup>
n@474 20 <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' showElementComments='true' loudness="-12">
n@474 21 <interface>
n@474 22 <scales>
n@475 23 <scalelabel position="0">(1) Very Annoying</scalelabel>
n@475 24 <scalelabel position="25">(2) Annoying</scalelabel>
n@475 25 <scalelabel position="50">(3) Slightly Annoying</scalelabel>
n@475 26 <scalelabel position="75">(4) Audible but not Annoying</scalelabel>
n@475 27 <scalelabel position="100">(5) Inaudible</scalelabel>
n@474 28 </scales>
n@474 29 </interface>
n@474 30 <audioelement url="1.wav" id="track-1"/>
n@474 31 <audioelement url="1.wav" id="track-2"/>
n@474 32 </page>
n@474 33 </waet>