annotate example_eval/project.xml @ 2028:c7848cef5a56

Feature #1232: <commentBoxPrefix> node now in <interface> of audioHolder. If not specified, default is 'Comment on track'
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Thu, 04 Jun 2015 10:06:42 +0100
parents 04c2ec6496ef
children 907abe027ebc
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@1624 5 <question id="Location" mandatory="true">Please enter your location.</question>
nickjillings@1646 6 <statement>Please listen to all mixes</statement>
nickjillings@1646 7 </PreTest>
nickjillings@1646 8 <PostTest>
nickjillings@1624 9 <question id="SessionID" mandatory="true">Please enter your name.</question>
nickjillings@1646 10 <statement>Thank you for taking this listening test.</statement>
nickjillings@1646 11 </PostTest>
nickjillings@1646 12 <Metric>
nickjillings@1646 13 <metricEnable>testTimer</metricEnable>
nickjillings@1646 14 <metricEnable>elementTimer</metricEnable>
nickjillings@2025 15 <metricEnable>elementInitialPosition</metricEnable>
nickjillings@1646 16 <metricEnable>elementTracker</metricEnable>
nickjillings@1646 17 <metricEnable>elementFlagListenedTo</metricEnable>
nickjillings@1646 18 <metricEnable>elementFlagMoved</metricEnable>
nickjillings@2019 19 <metricEnable>elementListenTracker</metricEnable>
nickjillings@1646 20 </Metric>
nickjillings@1646 21 </setup>
nickjillings@2019 22 <audioHolder id='0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
nickjillings@1657 23 <interface>
nickjillings@1657 24 <title>Example Test Question</title>
nickjillings@1657 25 <scale position="0">Min</scale>
nickjillings@1657 26 <scale position="100">Max</scale>
nickjillings@1657 27 <scale position="50">Middle</scale>
nickjillings@1657 28 <scale position="20">20</scale>
nickjillings@2028 29 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
nickjillings@1657 30 </interface>
nickjillings@1655 31 <audioElements url="0.wav" id="0"/>
nickjillings@1655 32 <audioElements url="1.wav" id="1"/>
nickjillings@1655 33 <audioElements url="2.wav" id="2"/>
nickjillings@1655 34 <audioElements url="3.wav" id="3"/>
nickjillings@1655 35 <audioElements url="4.wav" id="4"/>
nickjillings@1655 36 <audioElements url="5.wav" id="5"/>
nickjillings@1993 37 <!--<audioElements url="6.wav" id="6"/>
nickjillings@1655 38 <audioElements url="7.wav" id="7"/>
nickjillings@1655 39 <audioElements url="8.wav" id="8"/>
nickjillings@1655 40 <audioElements url="9.wav" id="9"/>
nickjillings@1993 41 <audioElements url="10.wav" id="10"/>-->
nickjillings@2028 42 <CommentQuestion id='mixingExperience'>What is your mixing experience</CommentQuestion>
nickjillings@1634 43 <!--
nickjillings@1649 44 <PreTest>
nickjillings@1649 45 <statement>Start the Test 3</statement>
nickjillings@1649 46 </PreTest>
nickjillings@1634 47 -->
nickjillings@1645 48 <PostTest>
nickjillings@1624 49 <question id="genre" mandatory="true">Please enter the genre</question>
nickjillings@1620 50 </PostTest>
nickjillings@1696 51 </audioHolder>
nickjillings@1695 52 </BrowserEvalProjectDocument>