comparison example_eval/project.xml @ 2045:39f9dd95b8d5

Added check type 'scalerange' with min max attributes to enforce use of the scale.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Fri, 19 Jun 2015 16:31:14 +0100
parents 0129f205a08d
children f6e8b7156017
comparison
equal deleted inserted replaced
2044:a1574e8dfca6 2045:39f9dd95b8d5
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"/>