Mercurial > hg > webaudioevaluationtool
comparison example_eval/radio_example.xml @ 2217:cb27ece65a5c
Review for Issue #2. Should be a working implementation. See issue post for usage.
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Tue, 12 Apr 2016 11:48:40 +0100 |
parents | b1675f657e3c |
children | d87b8419df28 |
comparison
equal
deleted
inserted
replaced
2216:75ef314b5e64 | 2217:cb27ece65a5c |
---|---|
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> |