annotate tests/examples/timeline.xml @ 2547:c821dc2e26f5

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