Mercurial > hg > webaudioevaluationtool
annotate tests/examples/radio_example.xml @ 2226:43ab418ba4b8
Separation of tests and media into specific subdirs. The tests directory is scanned and will be used by the php/python for pseudo-random tests.
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Thu, 14 Apr 2016 15:58:52 +0100 |
parents | |
children | b0b4d264d9a8 |
rev | line source |
---|---|
nicholas@2226 | 1 <?xml version="1.0" encoding="UTF-8" ?> |
nicholas@2226 | 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd"> |
nicholas@2226 | 3 <setup interface="likert" projectReturn="save.php" crossFade="3.0"> |
nicholas@2226 | 4 <metric> |
nicholas@2226 | 5 <metricenable>testTimer</metricenable> |
nicholas@2226 | 6 <metricenable>elementTimer</metricenable> |
nicholas@2226 | 7 <metricenable>elementInitialPosition</metricenable> |
nicholas@2226 | 8 <metricenable>elementTracker</metricenable> |
nicholas@2226 | 9 <metricenable>elementFlagListenedTo</metricenable> |
nicholas@2226 | 10 <metricenable>elementFlagMoved</metricenable> |
nicholas@2226 | 11 <metricenable>elementListenTracker</metricenable> |
nicholas@2226 | 12 </metric> |
nicholas@2226 | 13 <interface> |
nicholas@2226 | 14 <interfaceoption type="check" name="fragmentMoved"/> |
nicholas@2226 | 15 <interfaceoption type="check" name="scalerange" min="25" max="75"/> |
nicholas@2226 | 16 <interfaceoption type="show" name="volume"/> |
nicholas@2226 | 17 <interfaceoption type="show" name='playhead'/> |
nicholas@2226 | 18 <interfaceoption type="show" name="page-count"/> |
nicholas@2226 | 19 </interface> |
nicholas@2226 | 20 </setup> |
nicholas@2226 | 21 <page id='test-0' hostURL="media/example/" randomiseOrder='true' repeatCount='4' loop='true' showElementComments='true' loudness="-23" poolSize="3"> |
nicholas@2226 | 22 <interface> |
nicholas@2226 | 23 <scales> |
nicholas@2226 | 24 <scalelabel position="0">(1) Very Annoying</scalelabel> |
nicholas@2226 | 25 <scalelabel position="25">(2) Annoying</scalelabel> |
nicholas@2226 | 26 <scalelabel position="50">(3) Slightly Annoying</scalelabel> |
nicholas@2226 | 27 <scalelabel position="75">(4) Audible but not Annoying</scalelabel> |
nicholas@2226 | 28 <scalelabel position="100">(5) Inaudible</scalelabel> |
nicholas@2226 | 29 </scales> |
nicholas@2226 | 30 </interface> |
nicholas@2226 | 31 <audioelement url="0.wav" id="track-1" alwaysInclude="true"/> |
nicholas@2226 | 32 <audioelement url="1.wav" id="track-2"/> |
nicholas@2226 | 33 <audioelement url="3.wav" id="track-4"/> |
nicholas@2226 | 34 <audioelement url="2.wav" id="track-3" type="outside-reference"/> |
nicholas@2226 | 35 </page> |
nicholas@2226 | 36 </waet> |