annotate example_eval/project.xml @ 1532:35df5cba63eb

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