annotate example_eval/project.xml @ 1026:f13b6efc4513

Feature #1208: Added radio box option to page 'commentQuestion'. Also commentQuestion nodes are now common to core.js.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 08 Jun 2015 11:00:15 +0100
parents 75302b775a4d
children 4e9ab4f92f20
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>
nicholas@919 14 <radio id="rating">
nicholas@919 15 <statement>Please rate this interface</statement>
nicholas@919 16 <option name="bad">Bad</option>
nicholas@919 17 <option name="OK">OK</option>
nicholas@919 18 <option name="Good">Good</option>
nicholas@919 19 <option name="Great">Great</option>
nicholas@919 20 </radio>
n@660 21 <statement>Please listen to all mixes</statement>
n@660 22 </PreTest>
n@660 23 <PostTest>
nicholas@954 24 <question id="SessionID" mandatory="true">Please enter your name.</question>
n@660 25 <statement>Thank you for taking this listening test.</statement>
n@660 26 </PostTest>
n@660 27 <Metric>
n@660 28 <metricEnable>testTimer</metricEnable>
n@660 29 <metricEnable>elementTimer</metricEnable>
n@1019 30 <metricEnable>elementInitialPosition</metricEnable>
n@660 31 <metricEnable>elementTracker</metricEnable>
n@660 32 <metricEnable>elementFlagListenedTo</metricEnable>
n@660 33 <metricEnable>elementFlagMoved</metricEnable>
n@1013 34 <metricEnable>elementListenTracker</metricEnable>
n@660 35 </Metric>
n@660 36 </setup>
n@1013 37 <audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
n@671 38 <interface>
n@671 39 <title>Example Test Question</title>
n@671 40 <scale position="0">Min</scale>
n@671 41 <scale position="100">Max</scale>
n@671 42 <scale position="50">Middle</scale>
n@671 43 <scale position="20">20</scale>
n@1022 44 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
n@671 45 </interface>
n@669 46 <audioElements url="0.wav" id="0"/>
n@669 47 <audioElements url="1.wav" id="1"/>
n@669 48 <audioElements url="2.wav" id="2"/>
n@669 49 <audioElements url="3.wav" id="3"/>
nicholas@918 50 <!--<audioElements url="4.wav" id="4"/>
n@669 51 <audioElements url="5.wav" id="5"/>
nicholas@917 52 <audioElements url="6.wav" id="6"/>
n@669 53 <audioElements url="7.wav" id="7"/>
n@669 54 <audioElements url="8.wav" id="8"/>
n@669 55 <audioElements url="9.wav" id="9"/>
n@987 56 <audioElements url="10.wav" id="10"/>-->
n@1026 57 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience</CommentQuestion>
n@1026 58 <CommentQuestion id="preference" type="radio">
n@1026 59 <statement>Please enter your ranking preference on this song</statement>
n@1026 60 <option name="worst">Very Bad</option>
n@1026 61 <option name="bad"></option>
n@1026 62 <option name="OK">OK</option>
n@1026 63 <option name="Good"></option>
n@1026 64 <option name="Great">Great</option>
n@1026 65 </CommentQuestion>
nicholas@919 66 <PreTest/>
n@659 67 <PostTest>
nicholas@954 68 <question id="genre" mandatory="true">Please enter the genre</question>
n@950 69 </PostTest>
n@700 70 </audioHolder>
n@699 71 </BrowserEvalProjectDocument>