annotate example_eval/project.xml @ 1121:595511282fa7

Removed Schema document and xmllint for validation. Schema not possible for <survey> ordering of any element any order any number type.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 29 Dec 2015 11:39:46 +0000
parents 24532dd76263
children 41ef099fbb6a
rev   line source
n@1118 1 <?xml version="1.0" encoding="utf-8"?>
n@1119 2 <BrowserEvalProjectDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="SpecificationSchema.xsd">
n@1118 3 <setup interface="APE" projectReturn="save.php" randomiseOrder='true' collectMetrics='true' testPages="2" loudness="-23">
n@1118 4 <PreTest>
n@1118 5 <question id="sessionId" mandatory="true">Please enter your name.</question>
n@1118 6 <checkbox id="checkboxtest" mandatory="true">
n@1118 7 <statement>Please select with which activities you have any experience (example checkbox question)</statement>
n@1118 8 <option name="musician">Playing a musical instrument</option>
n@1118 9 <option name="soundengineer">Recording or mixing audio</option>
n@1118 10 <option name="developer">Developing audio software</option>
n@1118 11 <option name="hwdesigner">Designing or building audio hardware</option>
n@1118 12 <option name="researcher">Research in the field of audio</option>
n@1118 13 </checkbox>
n@1118 14 <statement>This is an example of an 'APE'-style test, with two pages, using the test stimuli in 'example_eval/'.</statement>
n@1118 15 </PreTest>
n@1118 16 <PostTest>
n@1118 17 <question id="location" mandatory="true" boxsize="large">Please enter your location. (example mandatory text question)</question>
n@1118 18 <number id="age" min="0">Please enter your age (example non-mandatory number question)</number>
n@1118 19 <radio id="rating">
n@1118 20 <statement>Please rate this interface (example radio button question)</statement>
n@1118 21 <option name="bad">Bad</option>
n@1118 22 <option name="poor">Poor</option>
n@1118 23 <option name="good">Good</option>
n@1118 24 <option name="great">Great</option>
n@1118 25 </radio>
n@1118 26 <statement>Thank you for taking this listening test. Please click 'submit' and your results will appear in the 'saves/' folder.</statement>
n@1118 27 </PostTest>
n@1118 28 <Metric>
n@1118 29 <metricEnable>testTimer</metricEnable>
n@1118 30 <metricEnable>elementTimer</metricEnable>
n@1118 31 <metricEnable>elementInitialPosition</metricEnable>
n@1118 32 <metricEnable>elementTracker</metricEnable>
n@1118 33 <metricEnable>elementFlagListenedTo</metricEnable>
n@1118 34 <metricEnable>elementFlagMoved</metricEnable>
n@1118 35 <metricEnable>elementListenTracker</metricEnable>
n@1118 36 </Metric>
n@1118 37 <interface>
n@1118 38 <check name="fragmentMoved"/>
n@1118 39 <check name="scalerange" min="25" max="75"/>
n@1118 40 <option name='playhead'/>
n@1118 41 <option name="page-count"/>
n@1118 42 </interface>
n@1118 43 </setup>
n@1118 44 <audioHolder id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true' loudness="-12">
n@1118 45 <interface name="preference">
n@1118 46 <scale position="0">Min</scale>
n@1118 47 <scale position="100">Max</scale>
n@1118 48 <scale position="50">Middle</scale>
n@1118 49 <scale position="20">20</scale>
n@1118 50 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
n@1118 51 </interface>
n@1118 52 <interface name="depth">
n@1118 53 <title>Depth</title>
n@1118 54 <scale position="0">Low</scale>
n@1118 55 <scale position="100">High</scale>
n@1118 56 <scale position="50">Middle</scale>
n@1118 57 </interface>
n@1119 58 <audioElements url="0.wav" id="track-0" type="anchor"/>
n@1119 59 <audioElements url="1.wav" id="track-1"/>
n@1119 60 <audioElements url="2.wav" id="track-2"/>
n@1119 61 <audioElements url="3.wav" id="track-3"/>
n@1119 62 <audioElements url="4.wav" id="track-4"/>
n@1118 63 <PreTest>
n@1118 64 <statement>Example of an 'APE' 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, and a forced scale usage of at least 25%-75%. </statement>
n@1118 65 </PreTest>
n@1118 66 <PostTest>
n@1118 67 <question id="genre" mandatory="true">Please enter the genre.</question>
n@1118 68 </PostTest>
n@1118 69 </audioHolder>
n@1118 70 <audioHolder id='test-1' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='false' elementComments='true'>
n@1118 71 <interface name="preference">
n@1118 72 <title>Example Test Question</title>
n@1118 73 <scale position="0">Min</scale>
n@1118 74 <scale position="100">Max</scale>
n@1118 75 <scale position="50">Middle</scale>
n@1118 76 <scale position="75">75</scale>
n@1118 77 <scalerange min="25" max="75"/>
n@1118 78 <commentBoxPrefix>Comment on fragment</commentBoxPrefix>
n@1118 79 </interface>
n@1119 80 <audioElements url="0.wav" gain="-6" id="track-5" type="anchor" marker="20"/>
n@1119 81 <audioElements url="1.wav" gain="0.0" id="track-6" type="reference" marker="80"/>
n@1119 82 <audioElements url="2.wav" gain="0.0" id="track-7"/>
n@1119 83 <audioElements url="3.wav" gain="0.0" id="track-8"/>
n@1119 84 <audioElements url="4.wav" gain="0.0" id="track-9"/>
n@1119 85 <audioElements url="5.wav" gain="0.0" id="track-10"/>
n@1119 86 <audioElements url="6.wav" gain="0.0" id="track-11" type="outsidereference"/>
n@1119 87 <CommentQuestion id='mixingExperience' type="text">
n@1119 88 <statement>What is your general experience with numbers?</statement>
n@1119 89 </CommentQuestion>
n@1118 90 <CommentQuestion id="preference" type="radio">
n@1118 91 <statement>Please enter your overall preference</statement>
n@1118 92 <option name="worst">Very Bad</option>
n@1118 93 <option name="bad"></option>
n@1118 94 <option name="OK">OK</option>
n@1118 95 <option name="Good"></option>
n@1118 96 <option name="Great">Great</option>
n@1118 97 </CommentQuestion>
n@1119 98 <CommentQuestion id="character" type="checkbox">
n@1118 99 <statement>Please describe the overall character</statement>
n@1118 100 <option name="funky">Funky</option>
n@1118 101 <option name="mellow">Mellow</option>
n@1118 102 <option name="laidback">Laid back</option>
n@1118 103 <option name="heavy">Heavy</option>
n@1118 104 </CommentQuestion>
n@1118 105 <PreTest>
n@1118 106 <statement>Example of an 'APE' 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, and a forced scale usage of at least 25%-75%. </statement>
n@1118 107 </PreTest>
n@1118 108 <PostTest>
n@1118 109 <question id="genre" mandatory="true">Please enter the genre.</question>
n@1118 110 </PostTest>
n@1118 111 </audioHolder>
n@1118 112 </BrowserEvalProjectDocument>