annotate example_eval/project.xml @ 2030:979474558a2a

Feature #1228: Added survey question box sizes
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Fri, 05 Jun 2015 13:26:31 +0100
parents 6c12679be494
children f13b6efc4513
rev   line source
nickjillings@1692 1 <?xml version="1.0" encoding="utf-8"?>
nickjillings@1685 2 <BrowserEvalProjectDocument>
nickjillings@1603 3 <setup interface="APE" projectReturn="/save" randomiseOrder='true' collectMetrics='true'>
nickjillings@1646 4 <PreTest>
nickjillings@2030 5 <question id="Location" mandatory="true" boxsize="large">Please enter your location.</question>
nickjillings@1588 6 <checkbox id="experience">
nickjillings@1588 7 <statement>Check options which are relevant to you</statement>
nickjillings@1588 8 <option id="digital">Digital Consoles</option>
nickjillings@1588 9 <option id="analog">Analog Consoles</option>
nickjillings@1588 10 <option id="live">Live Mixing</option>
nickjillings@1588 11 <option id="studio">Studio Mixing</option>
nickjillings@1588 12 <option id="player">Play an instrument</option>
nickjillings@1588 13 </checkbox>
nickjillings@1589 14 <radio id="rating">
nickjillings@1589 15 <statement>Please rate this interface</statement>
nickjillings@1589 16 <option name="bad">Bad</option>
nickjillings@1589 17 <option name="OK">OK</option>
nickjillings@1589 18 <option name="Good">Good</option>
nickjillings@1589 19 <option name="Great">Great</option>
nickjillings@1589 20 </radio>
nickjillings@1646 21 <statement>Please listen to all mixes</statement>
nickjillings@1646 22 </PreTest>
nickjillings@1646 23 <PostTest>
nickjillings@1624 24 <question id="SessionID" mandatory="true">Please enter your name.</question>
nickjillings@1646 25 <statement>Thank you for taking this listening test.</statement>
nickjillings@1646 26 </PostTest>
nickjillings@1646 27 <Metric>
nickjillings@1646 28 <metricEnable>testTimer</metricEnable>
nickjillings@1646 29 <metricEnable>elementTimer</metricEnable>
nickjillings@2025 30 <metricEnable>elementInitialPosition</metricEnable>
nickjillings@1646 31 <metricEnable>elementTracker</metricEnable>
nickjillings@1646 32 <metricEnable>elementFlagListenedTo</metricEnable>
nickjillings@1646 33 <metricEnable>elementFlagMoved</metricEnable>
nickjillings@2019 34 <metricEnable>elementListenTracker</metricEnable>
nickjillings@1646 35 </Metric>
nickjillings@1646 36 </setup>
nickjillings@2019 37 <audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
nickjillings@1657 38 <interface>
nickjillings@1657 39 <title>Example Test Question</title>
nickjillings@1657 40 <scale position="0">Min</scale>
nickjillings@1657 41 <scale position="100">Max</scale>
nickjillings@1657 42 <scale position="50">Middle</scale>
nickjillings@1657 43 <scale position="20">20</scale>
nickjillings@2028 44 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
nickjillings@1657 45 </interface>
nickjillings@1655 46 <audioElements url="0.wav" id="0"/>
nickjillings@1655 47 <audioElements url="1.wav" id="1"/>
nickjillings@1655 48 <audioElements url="2.wav" id="2"/>
nickjillings@1655 49 <audioElements url="3.wav" id="3"/>
nickjillings@1588 50 <!--<audioElements url="4.wav" id="4"/>
nickjillings@1655 51 <audioElements url="5.wav" id="5"/>
nickjillings@1587 52 <audioElements url="6.wav" id="6"/>
nickjillings@1655 53 <audioElements url="7.wav" id="7"/>
nickjillings@1655 54 <audioElements url="8.wav" id="8"/>
nickjillings@1655 55 <audioElements url="9.wav" id="9"/>
nickjillings@1993 56 <audioElements url="10.wav" id="10"/>-->
nickjillings@2028 57 <CommentQuestion id='mixingExperience'>What is your mixing experience</CommentQuestion>
nickjillings@1589 58 <PreTest/>
nickjillings@1645 59 <PostTest>
nickjillings@1624 60 <question id="genre" mandatory="true">Please enter the genre</question>
nickjillings@1620 61 </PostTest>
nickjillings@1696 62 </audioHolder>
nickjillings@1695 63 </BrowserEvalProjectDocument>