annotate example_eval/project.xml @ 2071:84411745a981

Scripts: show which and how many markers not clicked or moved; option to plot timelines against 'audioholder time' (default) or 'total test time' (previously the only possibility)
author Brecht De Man <b.deman@qmul.ac.uk>
date Mon, 10 Aug 2015 18:45:45 +0200
parents ccc17bb3a597
children 2b8c36924bfd
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@1574 14 <number id="age" min="0">Please enter your age</number>
b@2037 15 <statement>Please listen to all fragments</statement>
nickjillings@1573 16 </PreTest>
nickjillings@1573 17 <PostTest>
nickjillings@1573 18 <question id="SessionID" mandatory="true">Please enter your name.</question>
nickjillings@1589 19 <radio id="rating">
nickjillings@1589 20 <statement>Please rate this interface</statement>
nickjillings@1589 21 <option name="bad">Bad</option>
nickjillings@1589 22 <option name="OK">OK</option>
nickjillings@1589 23 <option name="Good">Good</option>
nickjillings@1589 24 <option name="Great">Great</option>
nickjillings@1589 25 </radio>
nickjillings@1646 26 <statement>Thank you for taking this listening test.</statement>
nickjillings@1646 27 </PostTest>
nickjillings@1646 28 <Metric>
nickjillings@1646 29 <metricEnable>testTimer</metricEnable>
nickjillings@1646 30 <metricEnable>elementTimer</metricEnable>
nickjillings@2025 31 <metricEnable>elementInitialPosition</metricEnable>
nickjillings@1646 32 <metricEnable>elementTracker</metricEnable>
nickjillings@1646 33 <metricEnable>elementFlagListenedTo</metricEnable>
nickjillings@1646 34 <metricEnable>elementFlagMoved</metricEnable>
nickjillings@2019 35 <metricEnable>elementListenTracker</metricEnable>
nickjillings@1646 36 </Metric>
nickjillings@1556 37 <interface>
nickjillings@1561 38 <!--<check name="fragmentPlayed"/>
nickjillings@1556 39 <check name="fragmentFullPlayback"/>
nickjillings@1557 40 <check name="fragmentMoved"/>
nickjillings@1561 41 <check name="fragmentComments"/>-->
nickjillings@2045 42 <check name="scalerange" min="25" max="75"/>
nickjillings@2061 43 <option name='playhead'/>
nickjillings@1537 44 <option name="page-count"/>
nickjillings@1532 45 <anchor enforce="false">40</anchor>
nickjillings@1556 46 </interface>
nickjillings@1646 47 </setup>
b@2037 48 <audioHolder id='test-0' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'>
nickjillings@1657 49 <interface>
nickjillings@1657 50 <title>Example Test Question</title>
nickjillings@1657 51 <scale position="0">Min</scale>
nickjillings@1657 52 <scale position="100">Max</scale>
nickjillings@1657 53 <scale position="50">Middle</scale>
nickjillings@1657 54 <scale position="20">20</scale>
nickjillings@2028 55 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
nickjillings@1657 56 </interface>
nickjillings@2050 57 <audioElements url="0.wav" id="0" type="anchor"/>
nickjillings@1655 58 <audioElements url="1.wav" id="1"/>
nickjillings@1655 59 <audioElements url="2.wav" id="2"/>
nickjillings@1655 60 <audioElements url="3.wav" id="3"/>
nickjillings@2050 61 <audioElements url="4.wav" id="4" type="outsidereference"/>
nickjillings@2050 62 <!--<audioElements url="5.wav" id="5"/>
nickjillings@1587 63 <audioElements url="6.wav" id="6"/>
nickjillings@1655 64 <audioElements url="7.wav" id="7"/>
nickjillings@1655 65 <audioElements url="8.wav" id="8"/>
nickjillings@1655 66 <audioElements url="9.wav" id="9"/>
nickjillings@1993 67 <audioElements url="10.wav" id="10"/>-->
nickjillings@2032 68 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience</CommentQuestion>
nickjillings@2032 69 <CommentQuestion id="preference" type="radio">
nickjillings@2032 70 <statement>Please enter your ranking preference on this song</statement>
nickjillings@2032 71 <option name="worst">Very Bad</option>
nickjillings@2032 72 <option name="bad"></option>
nickjillings@2032 73 <option name="OK">OK</option>
nickjillings@2032 74 <option name="Good"></option>
nickjillings@2032 75 <option name="Great">Great</option>
nickjillings@2032 76 </CommentQuestion>
nickjillings@1572 77 <CommentQuestion id="preference" type="checkbox">
nickjillings@1572 78 <statement>Describe this song</statement>
nickjillings@1572 79 <option name="bright">Bright</option>
nickjillings@1572 80 <option name="punchy">Punchy</option>
nickjillings@1572 81 <option name="dark">Dark</option>
b@2037 82 <option name="muddy">Muddy</option>
b@2037 83 <option name="thin">Thin</option>
nickjillings@1572 84 </CommentQuestion>
nickjillings@1589 85 <PreTest/>
nickjillings@1645 86 <PostTest>
b@2037 87 <question id="genre" mandatory="true">Please enter the genre.</question>
nickjillings@1620 88 </PostTest>
nickjillings@1696 89 </audioHolder>
nickjillings@1530 90 <audioHolder id='test-1' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='false' elementComments='true'>
b@2037 91 <interface>
b@2037 92 <title>Example Test Question</title>
b@2037 93 <scale position="0">Min</scale>
b@2037 94 <scale position="100">Max</scale>
b@2037 95 <scale position="50">Middle</scale>
b@2037 96 <scale position="75">75</scale>
nickjillings@2045 97 <scalerange min="25" max="75"/>
b@2037 98 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
b@2037 99 </interface>
nickjillings@2049 100 <audioElements url="0.wav" id="0" type="reference" marker="80"/>
nickjillings@2049 101 <audioElements url="1.wav" id="1" type="anchor" marker="20"/>
b@2037 102 <audioElements url="2.wav" id="2"/>
b@2037 103 <audioElements url="3.wav" id="3"/>
b@2037 104 <audioElements url="4.wav" id="4"/>
b@2037 105 <audioElements url="5.wav" id="5"/>
b@2037 106 <audioElements url="6.wav" id="6"/>
b@2037 107 <!-- <audioElements url="7.wav" id="7"/>
b@2037 108 <audioElements url="8.wav" id="8"/>
b@2037 109 <audioElements url="9.wav" id="9"/>
b@2037 110 <audioElements url="10.wav" id="10"/>-->
b@2037 111 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience?</CommentQuestion>
b@2037 112 <CommentQuestion id="preference" type="radio">
b@2037 113 <statement>Please enter your ranking preference on this song.</statement>
b@2037 114 <option name="worst">Very Bad</option>
b@2037 115 <option name="bad"></option>
b@2037 116 <option name="OK">OK</option>
b@2037 117 <option name="Good"></option>
b@2037 118 <option name="Great">Great</option>
b@2037 119 </CommentQuestion>
b@2037 120 <CommentQuestion id="preference" type="checkbox">
b@2037 121 <statement>Describe this song</statement>
b@2037 122 <option name="funky">Funky</option>
b@2037 123 <option name="mellow">Mellow</option>
b@2037 124 <option name="laidback">Laid back</option>
b@2037 125 <option name="heavy">Heavy</option>
b@2037 126 </CommentQuestion>
b@2037 127 <PreTest/>
b@2037 128 <PostTest>
b@2037 129 <question id="genre" mandatory="true">Please enter the genre.</question>
b@2037 130 </PostTest>
b@2037 131 </audioHolder>
nickjillings@1695 132 </BrowserEvalProjectDocument>