Mercurial > hg > webaudioevaluationtool
comparison example_eval/project.xml @ 231:b51da1e7547c Dev_main
Added check type 'scalerange' with min max attributes to enforce use of the scale.
author | Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk> |
---|---|
date | Fri, 19 Jun 2015 16:31:14 +0100 |
parents | e5c565c19493 |
children | a9a86478a038 |
comparison
equal
deleted
inserted
replaced
224:ccb62b429a85 | 231:b51da1e7547c |
---|---|
37 <interface> | 37 <interface> |
38 <!--<check name="fragmentPlayed"/> | 38 <!--<check name="fragmentPlayed"/> |
39 <check name="fragmentFullPlayback"/> | 39 <check name="fragmentFullPlayback"/> |
40 <check name="fragmentMoved"/> | 40 <check name="fragmentMoved"/> |
41 <check name="fragmentComments"/>--> | 41 <check name="fragmentComments"/>--> |
42 <check name="scalerange" min="25" max="75"/> | |
42 <anchor>20</anchor> | 43 <anchor>20</anchor> |
43 <reference>80</reference> | 44 <reference>80</reference> |
44 </interface> | 45 </interface> |
45 </setup> | 46 </setup> |
46 <audioHolder id='test-0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'> | 47 <audioHolder id='test-0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'> |
90 <title>Example Test Question</title> | 91 <title>Example Test Question</title> |
91 <scale position="0">Min</scale> | 92 <scale position="0">Min</scale> |
92 <scale position="100">Max</scale> | 93 <scale position="100">Max</scale> |
93 <scale position="50">Middle</scale> | 94 <scale position="50">Middle</scale> |
94 <scale position="75">75</scale> | 95 <scale position="75">75</scale> |
96 <scalerange min="25" max="75"/> | |
95 <commentBoxPrefix>Comment on fragment</commentBoxPrefix> | 97 <commentBoxPrefix>Comment on fragment</commentBoxPrefix> |
96 </interface> | 98 </interface> |
97 <audioElements url="0.wav" id="0" reference="true"/> | 99 <audioElements url="0.wav" id="0" reference="true"/> |
98 <audioElements url="1.wav" id="1" anchor="true"/> | 100 <audioElements url="1.wav" id="1" anchor="true"/> |
99 <audioElements url="2.wav" id="2"/> | 101 <audioElements url="2.wav" id="2"/> |