Mercurial > hg > webaudioevaluationtool
comparison example_eval/radio_example.xml @ 2221:6dbee0a43792
Merge branch 'Dev_main'. Preparing for tidy up of file structure.
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Thu, 14 Apr 2016 12:26:53 +0100 |
parents | d87b8419df28 |
children |
comparison
equal
deleted
inserted
replaced
2213:de1feb0d13df | 2221:6dbee0a43792 |
---|---|
1 <?xml version="1.0" encoding="UTF-8" ?> | 1 <?xml version="1.0" encoding="UTF-8" ?> |
2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd"> | 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd"> |
3 <setup interface="likert" projectReturn="save.php"> | 3 <setup interface="likert" projectReturn="save.php" crossFade="3.0"> |
4 <metric> | 4 <metric> |
5 <metricenable>testTimer</metricenable> | 5 <metricenable>testTimer</metricenable> |
6 <metricenable>elementTimer</metricenable> | 6 <metricenable>elementTimer</metricenable> |
7 <metricenable>elementInitialPosition</metricenable> | 7 <metricenable>elementInitialPosition</metricenable> |
8 <metricenable>elementTracker</metricenable> | 8 <metricenable>elementTracker</metricenable> |
16 <interfaceoption type="show" name="volume"/> | 16 <interfaceoption type="show" name="volume"/> |
17 <interfaceoption type="show" name='playhead'/> | 17 <interfaceoption type="show" name='playhead'/> |
18 <interfaceoption type="show" name="page-count"/> | 18 <interfaceoption type="show" name="page-count"/> |
19 </interface> | 19 </interface> |
20 </setup> | 20 </setup> |
21 <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='4' loop='true' showElementComments='true' loudness="-23"> | 21 <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='4' loop='true' showElementComments='true' loudness="-23" poolSize="3"> |
22 <interface> | 22 <interface> |
23 <scales> | 23 <scales> |
24 <scalelabel position="0">(1) Very Annoying</scalelabel> | 24 <scalelabel position="0">(1) Very Annoying</scalelabel> |
25 <scalelabel position="25">(2) Annoying</scalelabel> | 25 <scalelabel position="25">(2) Annoying</scalelabel> |
26 <scalelabel position="50">(3) Slightly Annoying</scalelabel> | 26 <scalelabel position="50">(3) Slightly Annoying</scalelabel> |
27 <scalelabel position="75">(4) Audible but not Annoying</scalelabel> | 27 <scalelabel position="75">(4) Audible but not Annoying</scalelabel> |
28 <scalelabel position="100">(5) Inaudible</scalelabel> | 28 <scalelabel position="100">(5) Inaudible</scalelabel> |
29 </scales> | 29 </scales> |
30 </interface> | 30 </interface> |
31 <audioelement url="0.wav" id="track-1"/> | 31 <audioelement url="0.wav" id="track-1" alwaysInclude="true"/> |
32 <audioelement url="1.wav" id="track-2"/> | 32 <audioelement url="1.wav" id="track-2"/> |
33 <audioelement url="3.wav" id="track-4"/> | |
33 <audioelement url="2.wav" id="track-3" type="outside-reference"/> | 34 <audioelement url="2.wav" id="track-3" type="outside-reference"/> |
34 </page> | 35 </page> |
35 </waet> | 36 </waet> |