Mercurial > hg > webaudioevaluationtool
diff example_eval/project.xml @ 383:38439b21d369 Dev_main
STASH: UNSTABLE. Implementing APE multiple sliders.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Tue, 08 Dec 2015 12:01:48 +0000 |
parents | 25c16110d0fa |
children | b96fc647f383 |
line wrap: on
line diff
--- a/example_eval/project.xml Mon Dec 07 18:42:36 2015 +0000 +++ b/example_eval/project.xml Tue Dec 08 12:01:48 2015 +0000 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <BrowserEvalProjectDocument> - <setup interface="APE" projectReturn="save.php" randomiseOrder='true' collectMetrics='true' testPages="2"> + <setup interface="APE" projectReturn="save.php" randomiseOrder='false' collectMetrics='true' testPages="2"> <PreTest> <question id="Location" mandatory="true" boxsize="large">Please enter your location.</question> <checkbox id="experience"> @@ -42,14 +42,21 @@ </interface> </setup> <audioHolder id='test-0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'> - <interface> - <title>Example Test Question</title> + <interface name="preference"> + <title>Preference</title> <scale position="0">Min</scale> <scale position="100">Max</scale> <scale position="50">Middle</scale> <scale position="20">20</scale> <commentBoxPrefix>Comment on fragment</commentBoxPrefix> </interface> + <interface name="depth"> + <title>Depth</title> + <scale position="0">Low</scale> + <scale position="100">High</scale> + <scale position="50">Middle</scale> + <commentBoxPrefix>Comment on fragment</commentBoxPrefix> + </interface> <audioElements url="0.wav" id="0" type="anchor"/> <audioElements url="1.wav" id="1"/> <audioElements url="2.wav" id="2"/>