annotate example_eval/project.xml @ 1044:dc531fbf64c3

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