annotate tests/examples/timeline.xml @ 2517:cbec4dd5a1e9

Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author www-data <www-data@sucuk.dcs.qmul.ac.uk>
date Mon, 24 Oct 2016 11:22:37 +0100
parents e0ca016707a5
children 464c6c6692d6
rev   line source
nicholas@2482 1 <?xml version="1.0" encoding="UTF-8" ?>
nicholas@2482 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
nicholas@2482 3 <setup interface="timeline" projectReturn="save.php">
nicholas@2482 4 <metric>
nicholas@2482 5 <metricenable>testTimer</metricenable>
nicholas@2482 6 <metricenable>elementTimer</metricenable>
nicholas@2482 7 <metricenable>elementInitialPosition</metricenable>
nicholas@2482 8 <metricenable>elementTracker</metricenable>
nicholas@2482 9 <metricenable>elementFlagListenedTo</metricenable>
nicholas@2482 10 <metricenable>elementFlagMoved</metricenable>
nicholas@2482 11 <metricenable>elementListenTracker</metricenable>
nicholas@2482 12 </metric>
nicholas@2482 13 <interface>
nicholas@2482 14 <interfaceoption type="check" name="fragmentPlayed"/>
nicholas@2482 15 <interfaceoption type="check" name="scalerange" min="25" max="75"/>
nicholas@2482 16 <interfaceoption type="show" name="volume"/>
nicholas@2482 17 <interfaceoption type="show" name='playhead'/>
nicholas@2482 18 <interfaceoption type="show" name="page-count"/>
nicholas@2482 19 <interfaceoption type="show" name="comments"/>
nicholas@2482 20 </interface>
nicholas@2482 21 </setup>
nicholas@2482 22 <page id='test-0' hostURL="media/example/" randomiseOrder='true' repeatCount='4' loop='true' loudness="-23">
nicholas@2482 23 <title>My Test</title>
nicholas@2482 24 <interface>
nicholas@2482 25 <scales>
nicholas@2482 26 <scalelabel position="0">(1) Very Annoying</scalelabel>
nicholas@2482 27 <scalelabel position="25">(2) Annoying</scalelabel>
nicholas@2482 28 <scalelabel position="50">(3) Slightly Annoying</scalelabel>
nicholas@2482 29 <scalelabel position="75">(4) Audible but not Annoying</scalelabel>
nicholas@2482 30 <scalelabel position="100">(5) Inaudible</scalelabel>
nicholas@2482 31 </scales>
nicholas@2482 32 </interface>
nicholas@2482 33 <audioelement url="0.wav" id="track-1"/>
nicholas@2482 34 <audioelement url="1.wav" id="track-2"/>
nicholas@2482 35 <commentquestion id="preference" type="radio">
nicholas@2482 36 <statement>Please enter your overall preference</statement>
nicholas@2482 37 <option name="worst">Very Bad</option>
nicholas@2482 38 <option name="bad"></option>
nicholas@2482 39 <option name="OK">OK</option>
nicholas@2482 40 <option name="Good"></option>
nicholas@2482 41 <option name="Great">Great</option>
nicholas@2482 42 </commentquestion>
nicholas@2482 43 <commentquestion id="character" type="checkbox">
nicholas@2482 44 <statement>Please describe the overall character</statement>
nicholas@2482 45 <option name="funky">Funky</option>
nicholas@2482 46 <option name="mellow">Mellow</option>
nicholas@2482 47 <option name="laidback">Laid back</option>
nicholas@2482 48 <option name="heavy">Heavy</option>
nicholas@2482 49 </commentquestion>
nicholas@2482 50 </page>
nicholas@2482 51 <page id='test-1' hostURL="media/example/" randomiseOrder='true' repeatCount='4' loop='true' loudness="-23">
nicholas@2482 52 <title>My Test</title>
nicholas@2482 53 <interface>
nicholas@2482 54 <scales>
nicholas@2482 55 <scalelabel position="0">(1) Very Annoying</scalelabel>
nicholas@2482 56 <scalelabel position="25">(2) Annoying</scalelabel>
nicholas@2482 57 <scalelabel position="50">(3) Slightly Annoying</scalelabel>
nicholas@2482 58 <scalelabel position="75">(4) Audible but not Annoying</scalelabel>
nicholas@2482 59 <scalelabel position="100">(5) Inaudible</scalelabel>
nicholas@2482 60 </scales>
nicholas@2482 61 </interface>
nicholas@2482 62 <audioelement url="0.wav" id="track-3"/>
nicholas@2482 63 <audioelement url="1.wav" id="track-4"/>
nicholas@2482 64 <commentquestion id="preference1" type="radio">
nicholas@2482 65 <statement>Please enter your overall preference</statement>
nicholas@2482 66 <option name="worst">Very Bad</option>
nicholas@2482 67 <option name="bad"></option>
nicholas@2482 68 <option name="OK">OK</option>
nicholas@2482 69 <option name="Good"></option>
nicholas@2482 70 <option name="Great">Great</option>
nicholas@2482 71 </commentquestion>
nicholas@2482 72 <commentquestion id="character1" type="checkbox">
nicholas@2482 73 <statement>Please describe the overall character</statement>
nicholas@2482 74 <option name="funky">Funky</option>
nicholas@2482 75 <option name="mellow">Mellow</option>
nicholas@2482 76 <option name="laidback">Laid back</option>
nicholas@2482 77 <option name="heavy">Heavy</option>
nicholas@2482 78 </commentquestion>
nicholas@2482 79 </page>
nicholas@2482 80 </waet>