annotate example_eval/project.xml @ 1556:c6decd1db0da

Added common interface to specification to handle global interface-specific functions such as checks for playback.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Tue, 16 Jun 2015 15:44:02 +0100
parents
children 13e79bef8b01
rev   line source
nickjillings@1556 1 <?xml version="1.0" encoding="utf-8"?>
nickjillings@1556 2 <BrowserEvalProjectDocument>
nickjillings@1556 3 <setup interface="APE" projectReturn="/save" randomiseOrder='true' collectMetrics='true'>
nickjillings@1556 4 <PreTest>
nickjillings@1556 5 <question id="Location" mandatory="true" boxsize="large">Please enter your location.</question>
nickjillings@1556 6 <checkbox id="experience">
nickjillings@1556 7 <statement>Check options which are relevant to you</statement>
nickjillings@1556 8 <option id="digital">Digital Consoles</option>
nickjillings@1556 9 <option id="analog">Analog Consoles</option>
nickjillings@1556 10 <option id="live">Live Mixing</option>
nickjillings@1556 11 <option id="studio">Studio Mixing</option>
nickjillings@1556 12 <option id="player">Play an instrument</option>
nickjillings@1556 13 </checkbox>
nickjillings@1556 14 <number id="age" min="0">Please enter your age</number>
nickjillings@1556 15 <statement>Please listen to all fragments</statement>
nickjillings@1556 16 </PreTest>
nickjillings@1556 17 <PostTest>
nickjillings@1556 18 <question id="SessionID" mandatory="true">Please enter your name.</question>
nickjillings@1556 19 <radio id="rating">
nickjillings@1556 20 <statement>Please rate this interface</statement>
nickjillings@1556 21 <option name="bad">Bad</option>
nickjillings@1556 22 <option name="OK">OK</option>
nickjillings@1556 23 <option name="Good">Good</option>
nickjillings@1556 24 <option name="Great">Great</option>
nickjillings@1556 25 </radio>
nickjillings@1556 26 <statement>Thank you for taking this listening test.</statement>
nickjillings@1556 27 </PostTest>
nickjillings@1556 28 <Metric>
nickjillings@1556 29 <metricEnable>testTimer</metricEnable>
nickjillings@1556 30 <metricEnable>elementTimer</metricEnable>
nickjillings@1556 31 <metricEnable>elementInitialPosition</metricEnable>
nickjillings@1556 32 <metricEnable>elementTracker</metricEnable>
nickjillings@1556 33 <metricEnable>elementFlagListenedTo</metricEnable>
nickjillings@1556 34 <metricEnable>elementFlagMoved</metricEnable>
nickjillings@1556 35 <metricEnable>elementListenTracker</metricEnable>
nickjillings@1556 36 </Metric>
nickjillings@1556 37 <interface>
nickjillings@1556 38 <check name="fragmentFullPlayback"/>
nickjillings@1556 39 <check name="fragmentMovement"/>
nickjillings@1556 40 <check name="fragmentComments"/>
nickjillings@1556 41 </interface>
nickjillings@1556 42 </setup>
nickjillings@1556 43 <audioHolder id='test-0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
nickjillings@1556 44 <interface>
nickjillings@1556 45 <title>Example Test Question</title>
nickjillings@1556 46 <scale position="0">Min</scale>
nickjillings@1556 47 <scale position="100">Max</scale>
nickjillings@1556 48 <scale position="50">Middle</scale>
nickjillings@1556 49 <scale position="20">20</scale>
nickjillings@1556 50 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
nickjillings@1556 51 </interface>
nickjillings@1556 52 <audioElements url="0.wav" id="0"/>
nickjillings@1556 53 <audioElements url="1.wav" id="1"/>
nickjillings@1556 54 <audioElements url="2.wav" id="2"/>
nickjillings@1556 55 <audioElements url="3.wav" id="3"/>
nickjillings@1556 56 <!--<audioElements url="4.wav" id="4"/>
nickjillings@1556 57 <audioElements url="5.wav" id="5"/>
nickjillings@1556 58 <audioElements url="6.wav" id="6"/>
nickjillings@1556 59 <audioElements url="7.wav" id="7"/>
nickjillings@1556 60 <audioElements url="8.wav" id="8"/>
nickjillings@1556 61 <audioElements url="9.wav" id="9"/>
nickjillings@1556 62 <audioElements url="10.wav" id="10"/>-->
nickjillings@1556 63 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience</CommentQuestion>
nickjillings@1556 64 <CommentQuestion id="preference" type="radio">
nickjillings@1556 65 <statement>Please enter your ranking preference on this song</statement>
nickjillings@1556 66 <option name="worst">Very Bad</option>
nickjillings@1556 67 <option name="bad"></option>
nickjillings@1556 68 <option name="OK">OK</option>
nickjillings@1556 69 <option name="Good"></option>
nickjillings@1556 70 <option name="Great">Great</option>
nickjillings@1556 71 </CommentQuestion>
nickjillings@1556 72 <CommentQuestion id="preference" type="checkbox">
nickjillings@1556 73 <statement>Describe this song</statement>
nickjillings@1556 74 <option name="bright">Bright</option>
nickjillings@1556 75 <option name="punchy">Punchy</option>
nickjillings@1556 76 <option name="dark">Dark</option>
nickjillings@1556 77 <option name="muddy">Muddy</option>
nickjillings@1556 78 <option name="thin">Thin</option>
nickjillings@1556 79 </CommentQuestion>
nickjillings@1556 80 <PreTest/>
nickjillings@1556 81 <PostTest>
nickjillings@1556 82 <question id="genre" mandatory="true">Please enter the genre.</question>
nickjillings@1556 83 </PostTest>
nickjillings@1556 84 </audioHolder>
nickjillings@1556 85 <audioHolder id='test-1' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
nickjillings@1556 86 <interface>
nickjillings@1556 87 <title>Example Test Question</title>
nickjillings@1556 88 <scale position="0">Min</scale>
nickjillings@1556 89 <scale position="100">Max</scale>
nickjillings@1556 90 <scale position="50">Middle</scale>
nickjillings@1556 91 <scale position="75">75</scale>
nickjillings@1556 92 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
nickjillings@1556 93 </interface>
nickjillings@1556 94 <audioElements url="0.wav" id="0"/>
nickjillings@1556 95 <audioElements url="1.wav" id="1"/>
nickjillings@1556 96 <audioElements url="2.wav" id="2"/>
nickjillings@1556 97 <audioElements url="3.wav" id="3"/>
nickjillings@1556 98 <audioElements url="4.wav" id="4"/>
nickjillings@1556 99 <audioElements url="5.wav" id="5"/>
nickjillings@1556 100 <audioElements url="6.wav" id="6"/>
nickjillings@1556 101 <!-- <audioElements url="7.wav" id="7"/>
nickjillings@1556 102 <audioElements url="8.wav" id="8"/>
nickjillings@1556 103 <audioElements url="9.wav" id="9"/>
nickjillings@1556 104 <audioElements url="10.wav" id="10"/>-->
nickjillings@1556 105 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience?</CommentQuestion>
nickjillings@1556 106 <CommentQuestion id="preference" type="radio">
nickjillings@1556 107 <statement>Please enter your ranking preference on this song.</statement>
nickjillings@1556 108 <option name="worst">Very Bad</option>
nickjillings@1556 109 <option name="bad"></option>
nickjillings@1556 110 <option name="OK">OK</option>
nickjillings@1556 111 <option name="Good"></option>
nickjillings@1556 112 <option name="Great">Great</option>
nickjillings@1556 113 </CommentQuestion>
nickjillings@1556 114 <CommentQuestion id="preference" type="checkbox">
nickjillings@1556 115 <statement>Describe this song</statement>
nickjillings@1556 116 <option name="funky">Funky</option>
nickjillings@1556 117 <option name="mellow">Mellow</option>
nickjillings@1556 118 <option name="laidback">Laid back</option>
nickjillings@1556 119 <option name="heavy">Heavy</option>
nickjillings@1556 120 </CommentQuestion>
nickjillings@1556 121 <PreTest/>
nickjillings@1556 122 <PostTest>
nickjillings@1556 123 <question id="genre" mandatory="true">Please enter the genre.</question>
nickjillings@1556 124 </PostTest>
nickjillings@1556 125 </audioHolder>
nickjillings@1556 126 </BrowserEvalProjectDocument>