annotate example_eval/mushra_example.xml @ 1438:8d1933818f72

Mushra: Page title appended
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Fri, 18 Dec 2015 12:51:15 +0000
parents 7b4f1f54404c
children 4772247426f8 8540d153caec
rev   line source
nickjillings@1437 1 <?xml version="1.0" encoding="utf-8"?>
nickjillings@1437 2 <BrowserEvalProjectDocument>
nickjillings@1437 3 <setup interface="MUSHRA" projectReturn="save.php" randomiseOrder='true' collectMetrics='true' testPages="2" loudness="-23">
nickjillings@1437 4 <PreTest>
nickjillings@1437 5 <question id="sessionId" mandatory="true">Please enter your name.</question>
nickjillings@1437 6 <statement>This is an example of a 'MUSHRA'-style test, with two pages, using the test stimuli in 'example_eval/'.</statement>
nickjillings@1437 7 </PreTest>
nickjillings@1437 8 <PostTest>
nickjillings@1437 9 <question id="location" mandatory="true" boxsize="large">Please enter your location. (example mandatory text question)</question>
nickjillings@1437 10 <number id="age" min="0">Please enter your age (example non-mandatory number question)</number>
nickjillings@1437 11 <radio id="rating">
nickjillings@1437 12 <statement>Please rate this interface (example radio button question)</statement>
nickjillings@1437 13 <option name="bad">Bad</option>
nickjillings@1437 14 <option name="poor">Poor</option>
nickjillings@1437 15 <option name="good">Good</option>
nickjillings@1437 16 <option name="great">Great</option>
nickjillings@1437 17 </radio>
nickjillings@1437 18 <statement>Thank you for taking this listening test. Please click 'submit' and your results will appear in the 'saves/' folder.</statement>
nickjillings@1437 19 </PostTest>
nickjillings@1437 20 <Metric>
nickjillings@1437 21 <metricEnable>testTimer</metricEnable>
nickjillings@1437 22 <metricEnable>elementTimer</metricEnable>
nickjillings@1437 23 <metricEnable>elementInitialPosition</metricEnable>
nickjillings@1437 24 <metricEnable>elementTracker</metricEnable>
nickjillings@1437 25 <metricEnable>elementFlagListenedTo</metricEnable>
nickjillings@1437 26 <metricEnable>elementFlagMoved</metricEnable>
nickjillings@1437 27 <metricEnable>elementListenTracker</metricEnable>
nickjillings@1437 28 </Metric>
nickjillings@1437 29 <interface>
nickjillings@1437 30 <check name="fragmentMoved"/>
nickjillings@1437 31 <option name='playhead'/>
nickjillings@1437 32 <option name="page-count"/>
nickjillings@1437 33 </interface>
nickjillings@1437 34 </setup>
nickjillings@1437 35 <audioHolder id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true' loudness="-12" initial-position='50'>
nickjillings@1438 36 <interface>
nickjillings@1438 37 <title>Preference</title>
nickjillings@1437 38 <check name='fragmentPlayed'/>
nickjillings@1437 39 <scale position="0">Min</scale>
nickjillings@1437 40 <scale position="100">Max</scale>
nickjillings@1437 41 <scale position="50">Middle</scale>
nickjillings@1437 42 <scale position="20">20</scale>
nickjillings@1437 43 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
nickjillings@1437 44 </interface>
nickjillings@1437 45 <audioElements url="0.wav" id="0" type="anchor"/>
nickjillings@1437 46 <audioElements url="1.wav" id="1"/>
nickjillings@1437 47 <audioElements url="2.wav" id="2"/>
nickjillings@1437 48 <audioElements url="3.wav" id="3"/>
nickjillings@1437 49 <audioElements url="4.wav" id="4"/>
nickjillings@1437 50 <PreTest>
nickjillings@1437 51 <statement>Example of an 'MUSHRA' style interface with hidden anchor 'zero' (which needs to be below 20%), looping of the samples, randomisation of marker labels, mandatory moving of every sample, mandatory listening of every sample and set initialisation to 50% </statement>
nickjillings@1437 52 </PreTest>
nickjillings@1437 53 <PostTest>
nickjillings@1437 54 <question id="genre" mandatory="true">Please enter the genre.</question>
nickjillings@1437 55 </PostTest>
nickjillings@1437 56 </audioHolder>
nickjillings@1437 57 <audioHolder id='test-1' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='false' elementComments='true'>
nickjillings@1437 58 <interface name="preference">
nickjillings@1437 59 <title>Example Test Question</title>
nickjillings@1437 60 <scale position="0">Min</scale>
nickjillings@1437 61 <scale position="100">Max</scale>
nickjillings@1437 62 <scale position="50">Middle</scale>
nickjillings@1437 63 <scale position="75">75</scale>
nickjillings@1437 64 <scalerange min="25" max="75"/>
nickjillings@1437 65 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
nickjillings@1437 66 </interface>
nickjillings@1437 67 <audioElements url="0.wav" gain="-6" id="0" type="anchor" marker="20"/>
nickjillings@1437 68 <audioElements url="1.wav" gain="0.0" id="1" type="reference" marker="80"/>
nickjillings@1437 69 <audioElements url="2.wav" gain="0.0" id="2"/>
nickjillings@1437 70 <audioElements url="3.wav" gain="0.0" id="3"/>
nickjillings@1437 71 <audioElements url="4.wav" gain="0.0" id="4"/>
nickjillings@1437 72 <audioElements url="5.wav" gain="0.0" id="5"/>
nickjillings@1437 73 <audioElements url="6.wav" gain="0.0" id="6" type="outsidereference"/>
nickjillings@1437 74 <CommentQuestion id='mixingExperience' type="text">What is your general experience with numbers?</CommentQuestion>
nickjillings@1437 75 <CommentQuestion id="preference" type="radio">
nickjillings@1437 76 <statement>Please enter your overall preference</statement>
nickjillings@1437 77 <option name="worst">Very Bad</option>
nickjillings@1437 78 <option name="bad"></option>
nickjillings@1437 79 <option name="OK">OK</option>
nickjillings@1437 80 <option name="Good"></option>
nickjillings@1437 81 <option name="Great">Great</option>
nickjillings@1437 82 </CommentQuestion>
nickjillings@1437 83 <CommentQuestion id="preference" type="checkbox">
nickjillings@1437 84 <statement>Please describe the overall character</statement>
nickjillings@1437 85 <option name="funky">Funky</option>
nickjillings@1437 86 <option name="mellow">Mellow</option>
nickjillings@1437 87 <option name="laidback">Laid back</option>
nickjillings@1437 88 <option name="heavy">Heavy</option>
nickjillings@1437 89 </CommentQuestion>
nickjillings@1437 90 <PreTest>
nickjillings@1437 91 <statement>Example of an 'MUSHRA' style interface with outside reference 'six', hidden anchor 'zero' (which needs to be below 20%), hidden reference 'one' (which needs to be above 80%), randomisation of marker labels. </statement>
nickjillings@1437 92 </PreTest>
nickjillings@1437 93 <PostTest>
nickjillings@1437 94 <question id="genre" mandatory="true">Please enter the genre.</question>
nickjillings@1437 95 </PostTest>
nickjillings@1437 96 </audioHolder>
nickjillings@1437 97 </BrowserEvalProjectDocument>