annotate tests/examples/timeline_example.xml @ 3141:335bc77627e0 tip

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