annotate example_eval/project.xml @ 2032:bdda930e3c55

Feature #1208: Added radio box option to page 'commentQuestion'. Also commentQuestion nodes are now common to core.js.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Mon, 08 Jun 2015 11:00:15 +0100
parents 979474558a2a
children 4e9ab4f92f20
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@2032 57 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience</CommentQuestion>
nickjillings@2032 58 <CommentQuestion id="preference" type="radio">
nickjillings@2032 59 <statement>Please enter your ranking preference on this song</statement>
nickjillings@2032 60 <option name="worst">Very Bad</option>
nickjillings@2032 61 <option name="bad"></option>
nickjillings@2032 62 <option name="OK">OK</option>
nickjillings@2032 63 <option name="Good"></option>
nickjillings@2032 64 <option name="Great">Great</option>
nickjillings@2032 65 </CommentQuestion>
nickjillings@1589 66 <PreTest/>
nickjillings@1645 67 <PostTest>
nickjillings@1624 68 <question id="genre" mandatory="true">Please enter the genre</question>
nickjillings@1620 69 </PostTest>
nickjillings@1696 70 </audioHolder>
nickjillings@1695 71 </BrowserEvalProjectDocument>