annotate example_eval/project.xml @ 1039:db70840ba8bb

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 a049c6cf7eb3
children f6e8b7156017
rev   line source
nicholas@11 1 <?xml version="1.0" encoding="utf-8"?>
nicholas@4 2 <BrowserEvalProjectDocument>
n@933 3 <setup interface="APE" projectReturn="/save" randomiseOrder='true' collectMetrics='true'>
n@660 4 <PreTest>
n@1024 5 <question id="Location" mandatory="true" boxsize="large">Please enter your location.</question>
nicholas@918 6 <checkbox id="experience">
nicholas@918 7 <statement>Check options which are relevant to you</statement>
nicholas@918 8 <option id="digital">Digital Consoles</option>
nicholas@918 9 <option id="analog">Analog Consoles</option>
nicholas@918 10 <option id="live">Live Mixing</option>
nicholas@918 11 <option id="studio">Studio Mixing</option>
nicholas@918 12 <option id="player">Play an instrument</option>
nicholas@918 13 </checkbox>
n@904 14 <number id="age" min="0">Please enter your age</number>
BrechtDeMan@1031 15 <statement>Please listen to all fragments</statement>
n@903 16 </PreTest>
n@903 17 <PostTest>
n@903 18 <question id="SessionID" mandatory="true">Please enter your name.</question>
nicholas@919 19 <radio id="rating">
nicholas@919 20 <statement>Please rate this interface</statement>
nicholas@919 21 <option name="bad">Bad</option>
nicholas@919 22 <option name="OK">OK</option>
nicholas@919 23 <option name="Good">Good</option>
nicholas@919 24 <option name="Great">Great</option>
nicholas@919 25 </radio>
n@660 26 <statement>Thank you for taking this listening test.</statement>
n@660 27 </PostTest>
n@660 28 <Metric>
n@660 29 <metricEnable>testTimer</metricEnable>
n@660 30 <metricEnable>elementTimer</metricEnable>
n@1019 31 <metricEnable>elementInitialPosition</metricEnable>
n@660 32 <metricEnable>elementTracker</metricEnable>
n@660 33 <metricEnable>elementFlagListenedTo</metricEnable>
n@660 34 <metricEnable>elementFlagMoved</metricEnable>
n@1013 35 <metricEnable>elementListenTracker</metricEnable>
n@660 36 </Metric>
nicholas@886 37 <interface>
nicholas@891 38 <!--<check name="fragmentPlayed"/>
nicholas@886 39 <check name="fragmentFullPlayback"/>
nicholas@887 40 <check name="fragmentMoved"/>
nicholas@891 41 <check name="fragmentComments"/>-->
nicholas@1039 42 <check name="scalerange" min="25" max="75"/>
nicholas@888 43 <anchor>20</anchor>
nicholas@891 44 <reference>80</reference>
nicholas@886 45 </interface>
n@660 46 </setup>
BrechtDeMan@1031 47 <audioHolder id='test-0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
n@671 48 <interface>
n@671 49 <title>Example Test Question</title>
n@671 50 <scale position="0">Min</scale>
n@671 51 <scale position="100">Max</scale>
n@671 52 <scale position="50">Middle</scale>
n@671 53 <scale position="20">20</scale>
n@1022 54 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
n@671 55 </interface>
nicholas@888 56 <audioElements url="0.wav" id="0" anchor='true'/>
n@669 57 <audioElements url="1.wav" id="1"/>
n@669 58 <audioElements url="2.wav" id="2"/>
n@669 59 <audioElements url="3.wav" id="3"/>
nicholas@918 60 <!--<audioElements url="4.wav" id="4"/>
n@669 61 <audioElements url="5.wav" id="5"/>
nicholas@917 62 <audioElements url="6.wav" id="6"/>
n@669 63 <audioElements url="7.wav" id="7"/>
n@669 64 <audioElements url="8.wav" id="8"/>
n@669 65 <audioElements url="9.wav" id="9"/>
n@987 66 <audioElements url="10.wav" id="10"/>-->
n@1026 67 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience</CommentQuestion>
n@1026 68 <CommentQuestion id="preference" type="radio">
n@1026 69 <statement>Please enter your ranking preference on this song</statement>
n@1026 70 <option name="worst">Very Bad</option>
n@1026 71 <option name="bad"></option>
n@1026 72 <option name="OK">OK</option>
n@1026 73 <option name="Good"></option>
n@1026 74 <option name="Great">Great</option>
n@1026 75 </CommentQuestion>
n@902 76 <CommentQuestion id="preference" type="checkbox">
n@902 77 <statement>Describe this song</statement>
n@902 78 <option name="bright">Bright</option>
n@902 79 <option name="punchy">Punchy</option>
n@902 80 <option name="dark">Dark</option>
BrechtDeMan@1031 81 <option name="muddy">Muddy</option>
BrechtDeMan@1031 82 <option name="thin">Thin</option>
n@902 83 </CommentQuestion>
nicholas@919 84 <PreTest/>
n@659 85 <PostTest>
BrechtDeMan@1031 86 <question id="genre" mandatory="true">Please enter the genre.</question>
n@950 87 </PostTest>
n@700 88 </audioHolder>
BrechtDeMan@1031 89 <audioHolder id='test-1' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
BrechtDeMan@1031 90 <interface>
BrechtDeMan@1031 91 <title>Example Test Question</title>
BrechtDeMan@1031 92 <scale position="0">Min</scale>
BrechtDeMan@1031 93 <scale position="100">Max</scale>
BrechtDeMan@1031 94 <scale position="50">Middle</scale>
BrechtDeMan@1031 95 <scale position="75">75</scale>
nicholas@1039 96 <scalerange min="25" max="75"/>
BrechtDeMan@1031 97 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
BrechtDeMan@1031 98 </interface>
nicholas@891 99 <audioElements url="0.wav" id="0" reference="true"/>
nicholas@891 100 <audioElements url="1.wav" id="1" anchor="true"/>
BrechtDeMan@1031 101 <audioElements url="2.wav" id="2"/>
BrechtDeMan@1031 102 <audioElements url="3.wav" id="3"/>
BrechtDeMan@1031 103 <audioElements url="4.wav" id="4"/>
BrechtDeMan@1031 104 <audioElements url="5.wav" id="5"/>
BrechtDeMan@1031 105 <audioElements url="6.wav" id="6"/>
BrechtDeMan@1031 106 <!-- <audioElements url="7.wav" id="7"/>
BrechtDeMan@1031 107 <audioElements url="8.wav" id="8"/>
BrechtDeMan@1031 108 <audioElements url="9.wav" id="9"/>
BrechtDeMan@1031 109 <audioElements url="10.wav" id="10"/>-->
BrechtDeMan@1031 110 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience?</CommentQuestion>
BrechtDeMan@1031 111 <CommentQuestion id="preference" type="radio">
BrechtDeMan@1031 112 <statement>Please enter your ranking preference on this song.</statement>
BrechtDeMan@1031 113 <option name="worst">Very Bad</option>
BrechtDeMan@1031 114 <option name="bad"></option>
BrechtDeMan@1031 115 <option name="OK">OK</option>
BrechtDeMan@1031 116 <option name="Good"></option>
BrechtDeMan@1031 117 <option name="Great">Great</option>
BrechtDeMan@1031 118 </CommentQuestion>
BrechtDeMan@1031 119 <CommentQuestion id="preference" type="checkbox">
BrechtDeMan@1031 120 <statement>Describe this song</statement>
BrechtDeMan@1031 121 <option name="funky">Funky</option>
BrechtDeMan@1031 122 <option name="mellow">Mellow</option>
BrechtDeMan@1031 123 <option name="laidback">Laid back</option>
BrechtDeMan@1031 124 <option name="heavy">Heavy</option>
BrechtDeMan@1031 125 </CommentQuestion>
BrechtDeMan@1031 126 <PreTest/>
BrechtDeMan@1031 127 <PostTest>
BrechtDeMan@1031 128 <question id="genre" mandatory="true">Please enter the genre.</question>
BrechtDeMan@1031 129 </PostTest>
BrechtDeMan@1031 130 </audioHolder>
n@699 131 </BrowserEvalProjectDocument>