annotate tests/examples/timeline.xml @ 2970:6cfb6c49c331

#262 Better catcher for returnURL undefined in SessionKey
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Fri, 12 Jan 2018 13:18:58 +0000
parents 5705787531a3
children
rev   line source
nicholas@2960 1 <?xml version="1.0" encoding="ISO-8859-1"?>
nicholas@2960 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
nicholas@2960 3 <setup interface="timeline" projectReturn="save.php">
nicholas@2960 4 <metric>
nicholas@2960 5 <metricenable>testTimer</metricenable>
nicholas@2960 6 <metricenable>elementTimer</metricenable>
nicholas@2960 7 <metricenable>elementInitialPosition</metricenable>
nicholas@2960 8 <metricenable>elementTracker</metricenable>
nicholas@2960 9 <metricenable>elementFlagListenedTo</metricenable>
nicholas@2960 10 <metricenable>elementFlagMoved</metricenable>
nicholas@2960 11 <metricenable>elementListenTracker</metricenable>
nicholas@2960 12 </metric>
nicholas@2960 13 <interface>
nicholas@2960 14 <interfaceoption type="check" name="fragmentPlayed" />
nicholas@2960 15 <interfaceoption type="check" name="scalerange" min="25" max="75" />
nicholas@2960 16 <interfaceoption type="show" name="volume" />
nicholas@2960 17 <interfaceoption type="show" name='playhead' />
nicholas@2960 18 <interfaceoption type="show" name="page-count" />
nicholas@2960 19 <interfaceoption type="show" name="comments" />
nicholas@2960 20 </interface>
nicholas@2960 21 </setup>
nicholas@2960 22 <page id='test-0' hostURL="media/example/" randomiseOrder='true' repeatCount='4' loop='true' loudness="-23">
nicholas@2960 23 <title>My Test</title>
nicholas@2960 24 <interface>
nicholas@2960 25 <scales>
nicholas@2960 26 <scalelabel position="0">(1) Very Annoying</scalelabel>
nicholas@2960 27 <scalelabel position="25">(2) Annoying</scalelabel>
nicholas@2960 28 <scalelabel position="50">(3) Slightly Annoying</scalelabel>
nicholas@2960 29 <scalelabel position="75">(4) Audible but not Annoying</scalelabel>
nicholas@2960 30 <scalelabel position="100">(5) Inaudible</scalelabel>
nicholas@2960 31 </scales>
nicholas@2960 32 </interface>
nicholas@2960 33 <audioelement url="0.wav" id="track-1" image="https://upload.wikimedia.org/wikipedia/commons/0/0a/Drumkit-icon.png" />
nicholas@2960 34 <audioelement url="1.wav" id="track-2" image="https://upload.wikimedia.org/wikipedia/commons/0/0a/Drumkit-icon.png" />
nicholas@2960 35 <commentquestions>
nicholas@2960 36 <commentradio id="preference">
nicholas@2960 37 <statement>Please enter your overall preference</statement>
nicholas@2960 38 <option name="worst">Very Bad</option>
nicholas@2960 39 <option name="bad"></option>
nicholas@2960 40 <option name="OK">OK</option>
nicholas@2960 41 <option name="Good"></option>
nicholas@2960 42 <option name="Great">Great</option>
nicholas@2960 43 </commentradio>
nicholas@2960 44 <commentcheckbox id="character">
nicholas@2960 45 <statement>Please describe the overall character</statement>
nicholas@2960 46 <option name="funky">Funky</option>
nicholas@2960 47 <option name="mellow">Mellow</option>
nicholas@2960 48 <option name="laidback">Laid back</option>
nicholas@2960 49 <option name="heavy">Heavy</option>
nicholas@2960 50 </commentcheckbox>
nicholas@2960 51 </commentquestions>
nicholas@2960 52 </page>
nicholas@2960 53 <page id='test-1' hostURL="media/example/" randomiseOrder='true' repeatCount='4' loop='true' loudness="-23">
nicholas@2960 54 <title>My Test</title>
nicholas@2960 55 <interface>
nicholas@2960 56 <scales>
nicholas@2960 57 <scalelabel position="0">(1) Very Annoying</scalelabel>
nicholas@2960 58 <scalelabel position="25">(2) Annoying</scalelabel>
nicholas@2960 59 <scalelabel position="50">(3) Slightly Annoying</scalelabel>
nicholas@2960 60 <scalelabel position="75">(4) Audible but not Annoying</scalelabel>
nicholas@2960 61 <scalelabel position="100">(5) Inaudible</scalelabel>
nicholas@2960 62 </scales>
nicholas@2960 63 </interface>
nicholas@2960 64 <audioelement url="0.wav" id="track-3" image="https://upload.wikimedia.org/wikipedia/commons/0/0a/Drumkit-icon.png" />
nicholas@2960 65 <audioelement url="1.wav" id="track-4" image="https://upload.wikimedia.org/wikipedia/commons/0/0a/Drumkit-icon.png" />
nicholas@2960 66 <commentquestions>
nicholas@2960 67 <commentradio id="preference1">
nicholas@2960 68 <statement>Please enter your overall preference</statement>
nicholas@2960 69 <option name="worst">Very Bad</option>
nicholas@2960 70 <option name="bad"></option>
nicholas@2960 71 <option name="OK">OK</option>
nicholas@2960 72 <option name="Good"></option>
nicholas@2960 73 <option name="Great">Great</option>
nicholas@2960 74 </commentradio>
nicholas@2960 75 <commentcheckbox id="character1">
nicholas@2960 76 <statement>Please describe the overall character</statement>
nicholas@2960 77 <option name="funky">Funky</option>
nicholas@2960 78 <option name="mellow">Mellow</option>
nicholas@2960 79 <option name="laidback">Laid back</option>
nicholas@2960 80 <option name="heavy">Heavy</option>
nicholas@2960 81 </commentcheckbox>
nicholas@2960 82 </commentquestions>
nicholas@2960 83 </page>
nicholas@2960 84 </waet>