annotate example_eval/radio_example.xml @ 2221:6dbee0a43792

Merge branch 'Dev_main'. Preparing for tidy up of file structure.
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Thu, 14 Apr 2016 12:26:53 +0100
parents d87b8419df28
children
rev   line source
nickjillings@1345 1 <?xml version="1.0" encoding="UTF-8" ?>
nickjillings@1345 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
nicholas@2219 3 <setup interface="likert" projectReturn="save.php" crossFade="3.0">
nickjillings@1345 4 <metric>
nickjillings@1345 5 <metricenable>testTimer</metricenable>
nickjillings@1345 6 <metricenable>elementTimer</metricenable>
nickjillings@1345 7 <metricenable>elementInitialPosition</metricenable>
nickjillings@1345 8 <metricenable>elementTracker</metricenable>
nickjillings@1345 9 <metricenable>elementFlagListenedTo</metricenable>
nickjillings@1345 10 <metricenable>elementFlagMoved</metricenable>
nickjillings@1345 11 <metricenable>elementListenTracker</metricenable>
nickjillings@1345 12 </metric>
nickjillings@1345 13 <interface>
nickjillings@1345 14 <interfaceoption type="check" name="fragmentMoved"/>
nickjillings@1345 15 <interfaceoption type="check" name="scalerange" min="25" max="75"/>
nickjillings@1356 16 <interfaceoption type="show" name="volume"/>
nickjillings@1345 17 <interfaceoption type="show" name='playhead'/>
nickjillings@1345 18 <interfaceoption type="show" name="page-count"/>
nickjillings@1345 19 </interface>
nickjillings@1345 20 </setup>
nicholas@2217 21 <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='4' loop='true' showElementComments='true' loudness="-23" poolSize="3">
nickjillings@1345 22 <interface>
nickjillings@1345 23 <scales>
nickjillings@1346 24 <scalelabel position="0">(1) Very Annoying</scalelabel>
nickjillings@1346 25 <scalelabel position="25">(2) Annoying</scalelabel>
nickjillings@1346 26 <scalelabel position="50">(3) Slightly Annoying</scalelabel>
nickjillings@1346 27 <scalelabel position="75">(4) Audible but not Annoying</scalelabel>
nickjillings@1346 28 <scalelabel position="100">(5) Inaudible</scalelabel>
nickjillings@1345 29 </scales>
nickjillings@1345 30 </interface>
nicholas@2217 31 <audioelement url="0.wav" id="track-1" alwaysInclude="true"/>
nickjillings@1345 32 <audioelement url="1.wav" id="track-2"/>
nicholas@2217 33 <audioelement url="3.wav" id="track-4"/>
nickjillings@2098 34 <audioelement url="2.wav" id="track-3" type="outside-reference"/>
nickjillings@1345 35 </page>
nickjillings@1345 36 </waet>