annotate example_eval/project.xml @ 1572:75f47f1c6cbe

Feature #1208: Added checkbox. Bug-fix on console debug lines not showing question of survery.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Mon, 08 Jun 2015 11:17:26 +0100
parents 2a3e95841f14
children 3464a477c021
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@1571 14 <radio id="rating">
nickjillings@1571 15 <statement>Please rate this interface</statement>
nickjillings@1571 16 <option name="bad">Bad</option>
nickjillings@1571 17 <option name="OK">OK</option>
nickjillings@1571 18 <option name="Good">Good</option>
nickjillings@1571 19 <option name="Great">Great</option>
nickjillings@1571 20 </radio>
nickjillings@1571 21 <statement>Please listen to all mixes</statement>
nickjillings@1571 22 </PreTest>
nickjillings@1571 23 <PostTest>
nickjillings@1571 24 <question id="SessionID" mandatory="true">Please enter your name.</question>
nickjillings@1571 25 <statement>Thank you for taking this listening test.</statement>
nickjillings@1571 26 </PostTest>
nickjillings@1571 27 <Metric>
nickjillings@1571 28 <metricEnable>testTimer</metricEnable>
nickjillings@1571 29 <metricEnable>elementTimer</metricEnable>
nickjillings@1571 30 <metricEnable>elementInitialPosition</metricEnable>
nickjillings@1571 31 <metricEnable>elementTracker</metricEnable>
nickjillings@1571 32 <metricEnable>elementFlagListenedTo</metricEnable>
nickjillings@1571 33 <metricEnable>elementFlagMoved</metricEnable>
nickjillings@1571 34 <metricEnable>elementListenTracker</metricEnable>
nickjillings@1571 35 </Metric>
nickjillings@1571 36 </setup>
nickjillings@1571 37 <audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
nickjillings@1571 38 <interface>
nickjillings@1571 39 <title>Example Test Question</title>
nickjillings@1571 40 <scale position="0">Min</scale>
nickjillings@1571 41 <scale position="100">Max</scale>
nickjillings@1571 42 <scale position="50">Middle</scale>
nickjillings@1571 43 <scale position="20">20</scale>
nickjillings@1571 44 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
nickjillings@1571 45 </interface>
nickjillings@1571 46 <audioElements url="0.wav" id="0"/>
nickjillings@1571 47 <audioElements url="1.wav" id="1"/>
nickjillings@1571 48 <audioElements url="2.wav" id="2"/>
nickjillings@1571 49 <audioElements url="3.wav" id="3"/>
nickjillings@1571 50 <!--<audioElements url="4.wav" id="4"/>
nickjillings@1571 51 <audioElements url="5.wav" id="5"/>
nickjillings@1571 52 <audioElements url="6.wav" id="6"/>
nickjillings@1571 53 <audioElements url="7.wav" id="7"/>
nickjillings@1571 54 <audioElements url="8.wav" id="8"/>
nickjillings@1571 55 <audioElements url="9.wav" id="9"/>
nickjillings@1571 56 <audioElements url="10.wav" id="10"/>-->
nickjillings@1571 57 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience</CommentQuestion>
nickjillings@1571 58 <CommentQuestion id="preference" type="radio">
nickjillings@1571 59 <statement>Please enter your ranking preference on this song</statement>
nickjillings@1571 60 <option name="worst">Very Bad</option>
nickjillings@1571 61 <option name="bad"></option>
nickjillings@1571 62 <option name="OK">OK</option>
nickjillings@1571 63 <option name="Good"></option>
nickjillings@1571 64 <option name="Great">Great</option>
nickjillings@1571 65 </CommentQuestion>
nickjillings@1572 66 <CommentQuestion id="preference" type="checkbox">
nickjillings@1572 67 <statement>Describe this song</statement>
nickjillings@1572 68 <option name="bright">Bright</option>
nickjillings@1572 69 <option name="punchy">Punchy</option>
nickjillings@1572 70 <option name="dark">Dark</option>
nickjillings@1572 71 <option name="moody">Moody</option>
nickjillings@1572 72 <option name="dull">Dull</option>
nickjillings@1572 73 </CommentQuestion>
nickjillings@1571 74 <PreTest/>
nickjillings@1571 75 <PostTest>
nickjillings@1571 76 <question id="genre" mandatory="true">Please enter the genre</question>
nickjillings@1571 77 </PostTest>
nickjillings@1571 78 </audioHolder>
nickjillings@1571 79 </BrowserEvalProjectDocument>