annotate example_eval/project.xml @ 1574:c4f9299295db

Added min/max range check to number box survey
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Mon, 08 Jun 2015 12:09:53 +0100
parents a41d8efee6db
children 4e9ab4f92f20
rev   line source
nickjillings@1571 1 <?xml version="1.0" encoding="utf-8"?>
nickjillings@1571 2 <BrowserEvalProjectDocument>
nickjillings@1571 3 <setup interface="APE" projectReturn="/save" randomiseOrder='true' collectMetrics='true'>
nickjillings@1571 4 <PreTest>
nickjillings@1571 5 <question id="Location" mandatory="true" boxsize="large">Please enter your location.</question>
nickjillings@1571 6 <checkbox id="experience">
nickjillings@1571 7 <statement>Check options which are relevant to you</statement>
nickjillings@1571 8 <option id="digital">Digital Consoles</option>
nickjillings@1571 9 <option id="analog">Analog Consoles</option>
nickjillings@1571 10 <option id="live">Live Mixing</option>
nickjillings@1571 11 <option id="studio">Studio Mixing</option>
nickjillings@1571 12 <option id="player">Play an instrument</option>
nickjillings@1571 13 </checkbox>
nickjillings@1574 14 <number id="age" min="0">Please enter your age</number>
nickjillings@1573 15 <statement>Please listen to all mixes</statement>
nickjillings@1573 16 </PreTest>
nickjillings@1573 17 <PostTest>
nickjillings@1573 18 <question id="SessionID" mandatory="true">Please enter your name.</question>
nickjillings@1571 19 <radio id="rating">
nickjillings@1571 20 <statement>Please rate this interface</statement>
nickjillings@1571 21 <option name="bad">Bad</option>
nickjillings@1571 22 <option name="OK">OK</option>
nickjillings@1571 23 <option name="Good">Good</option>
nickjillings@1571 24 <option name="Great">Great</option>
nickjillings@1571 25 </radio>
nickjillings@1571 26 <statement>Thank you for taking this listening test.</statement>
nickjillings@1571 27 </PostTest>
nickjillings@1571 28 <Metric>
nickjillings@1571 29 <metricEnable>testTimer</metricEnable>
nickjillings@1571 30 <metricEnable>elementTimer</metricEnable>
nickjillings@1571 31 <metricEnable>elementInitialPosition</metricEnable>
nickjillings@1571 32 <metricEnable>elementTracker</metricEnable>
nickjillings@1571 33 <metricEnable>elementFlagListenedTo</metricEnable>
nickjillings@1571 34 <metricEnable>elementFlagMoved</metricEnable>
nickjillings@1571 35 <metricEnable>elementListenTracker</metricEnable>
nickjillings@1571 36 </Metric>
nickjillings@1571 37 </setup>
nickjillings@1571 38 <audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
nickjillings@1571 39 <interface>
nickjillings@1571 40 <title>Example Test Question</title>
nickjillings@1571 41 <scale position="0">Min</scale>
nickjillings@1571 42 <scale position="100">Max</scale>
nickjillings@1571 43 <scale position="50">Middle</scale>
nickjillings@1571 44 <scale position="20">20</scale>
nickjillings@1571 45 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
nickjillings@1571 46 </interface>
nickjillings@1571 47 <audioElements url="0.wav" id="0"/>
nickjillings@1571 48 <audioElements url="1.wav" id="1"/>
nickjillings@1571 49 <audioElements url="2.wav" id="2"/>
nickjillings@1571 50 <audioElements url="3.wav" id="3"/>
nickjillings@1571 51 <!--<audioElements url="4.wav" id="4"/>
nickjillings@1571 52 <audioElements url="5.wav" id="5"/>
nickjillings@1571 53 <audioElements url="6.wav" id="6"/>
nickjillings@1571 54 <audioElements url="7.wav" id="7"/>
nickjillings@1571 55 <audioElements url="8.wav" id="8"/>
nickjillings@1571 56 <audioElements url="9.wav" id="9"/>
nickjillings@1571 57 <audioElements url="10.wav" id="10"/>-->
nickjillings@1571 58 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience</CommentQuestion>
nickjillings@1571 59 <CommentQuestion id="preference" type="radio">
nickjillings@1571 60 <statement>Please enter your ranking preference on this song</statement>
nickjillings@1571 61 <option name="worst">Very Bad</option>
nickjillings@1571 62 <option name="bad"></option>
nickjillings@1571 63 <option name="OK">OK</option>
nickjillings@1571 64 <option name="Good"></option>
nickjillings@1571 65 <option name="Great">Great</option>
nickjillings@1571 66 </CommentQuestion>
nickjillings@1572 67 <CommentQuestion id="preference" type="checkbox">
nickjillings@1572 68 <statement>Describe this song</statement>
nickjillings@1572 69 <option name="bright">Bright</option>
nickjillings@1572 70 <option name="punchy">Punchy</option>
nickjillings@1572 71 <option name="dark">Dark</option>
nickjillings@1572 72 <option name="moody">Moody</option>
nickjillings@1572 73 <option name="dull">Dull</option>
nickjillings@1572 74 </CommentQuestion>
nickjillings@1571 75 <PreTest/>
nickjillings@1571 76 <PostTest>
nickjillings@1571 77 <question id="genre" mandatory="true">Please enter the genre</question>
nickjillings@1571 78 </PostTest>
nickjillings@1571 79 </audioHolder>
nickjillings@1571 80 </BrowserEvalProjectDocument>