annotate example_eval/project-new.xml @ 1322:ed4bee105e84

New XSD schema, further specification changes.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Tue, 29 Dec 2015 13:54:14 +0000
parents 1021863dd506
children 44a6fe06e71a
rev   line source
nickjillings@1321 1 <?xml version="1.0" encoding="utf-8"?>
nickjillings@1321 2 <!-- Uses the new specification -->
nickjillings@1322 3 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://127.0.0.1:8020/webaudioevaluationtool/test-schema.xsd">
nickjillings@1321 4 <setup interface="APE" project-return="save.php" randomise-order='true' test-pages="2" loudness="-23" sample-rate="44100">
nickjillings@1321 5 <survey location="before">
nickjillings@1322 6 <surveyentry type="question" id="sessionId" mandatory="true">
nickjillings@1322 7 <statement>Please enter your name.</statement>
nickjillings@1322 8 </surveyentry>
nickjillings@1322 9 <surveyentry type="checkbox" id="checkboxtest" mandatory="true">
nickjillings@1321 10 <statement>Please select with which activities you have any experience (example checkbox question)</statement>
nickjillings@1321 11 <option name="musician">Playing a musical instrument</option>
nickjillings@1321 12 <option name="soundengineer">Recording or mixing audio</option>
nickjillings@1321 13 <option name="developer">Developing audio software</option>
nickjillings@1321 14 <option name="hwdesigner">Designing or building audio hardware</option>
nickjillings@1321 15 <option name="researcher">Research in the field of audio</option>
nickjillings@1322 16 </surveyentry>
nickjillings@1322 17 <surveyentry type="statement">
nickjillings@1322 18 <statement>This is an example of an 'APE'-style test, with two pages, using the test stimuli in 'example_eval/'.</statement>
nickjillings@1322 19 </surveyentry>
nickjillings@1321 20 </survey>
nickjillings@1321 21 <survey location="after">
nickjillings@1322 22 <surveyentry type="question" id="location" mandatory="true" boxsize="large">
nickjillings@1322 23 <statement>Please enter your location. (example mandatory text question)</statement>
nickjillings@1322 24 </surveyentry>
nickjillings@1322 25 <surveyentry type="number" id="age" min="0">
nickjillings@1322 26 <statement>Please enter your age (example non-mandatory number question)</statement>
nickjillings@1322 27 </surveyentry>
nickjillings@1322 28 <surveyentry type="radio" id="rating">
nickjillings@1321 29 <statement>Please rate this interface (example radio button question)</statement>
nickjillings@1321 30 <option name="bad">Bad</option>
nickjillings@1321 31 <option name="poor">Poor</option>
nickjillings@1321 32 <option name="good">Good</option>
nickjillings@1321 33 <option name="great">Great</option>
nickjillings@1322 34 </surveyentry>
nickjillings@1322 35 <surveyentry type="statement">
nickjillings@1322 36 <statement>Thank you for taking this listening test. Please click 'submit' and your results will appear in the 'saves/' folder.</statement>
nickjillings@1322 37 </surveyentry>
nickjillings@1321 38 </survey>
nickjillings@1321 39 <metric>
nickjillings@1321 40 <metricenable>testTimer</metricenable>
nickjillings@1321 41 <metricenable>elementTimer</metricenable>
nickjillings@1321 42 <metricenable>elementInitialPosition</metricenable>
nickjillings@1321 43 <metricenable>elementTracker</metricenable>
nickjillings@1321 44 <metricenable>elementFlagListenedTo</metricenable>
nickjillings@1321 45 <metricenable>elementFlagMoved</metricenable>
nickjillings@1321 46 <metricenable>elementListenTracker</metricenable>
nickjillings@1321 47 </metric>
nickjillings@1321 48 <interface>
nickjillings@1321 49 <interfaceoption type="check" name="fragmentMoved"/>
nickjillings@1321 50 <interfaceoption type="check" name="scalerange" min="25" max="75"/>
nickjillings@1321 51 <interfaceoption type="show" name='playhead'/>
nickjillings@1321 52 <interfaceoption type="show" name="page-count"/>
nickjillings@1321 53 </interface>
nickjillings@1321 54 </setup>
nickjillings@1321 55 <page id='test-0' host-URL="example_eval/" randomise-order='true' repeat-count='0' loop='true' show-element-comments='true' loudness="-12">
nickjillings@1321 56 <commentboxprefix>Comment on fragment</commentboxprefix>
nickjillings@1321 57 <interface name="preference">
nickjillings@1321 58 <scales>
nickjillings@1321 59 <scalelabel position="0">Min</scalelabel>
nickjillings@1321 60 <scalelabel position="100">Max</scalelabel>
nickjillings@1321 61 <scalelabel position="50">Middle</scalelabel>
nickjillings@1321 62 <scalelabel position="20">20</scalelabel>
nickjillings@1322 63 </scales>
nickjillings@1321 64 </interface>
nickjillings@1321 65 <interface name="depth">
nickjillings@1321 66 <title>Depth</title>
nickjillings@1321 67 <scales>
nickjillings@1321 68 <scalelabel position="0">Low</scalelabel>
nickjillings@1321 69 <scalelabel position="100">High</scalelabel>
nickjillings@1321 70 <scalelabel position="50">Middle</scalelabel>
nickjillings@1321 71 <scalelabel position="50">Middle</scalelabel>
nickjillings@1321 72 </scales>
nickjillings@1321 73 </interface>
nickjillings@1321 74 <audioelement url="0.wav" id="track-0" type="anchor"/>
nickjillings@1321 75 <audioelement url="1.wav" id="track-1"/>
nickjillings@1321 76 <audioelement url="2.wav" id="track-2"/>
nickjillings@1321 77 <audioelement url="3.wav" id="track-3"/>
nickjillings@1321 78 <audioelement url="4.wav" id="track-4"/>
nickjillings@1321 79 <survey location="before">
nickjillings@1322 80 <surveyentry type="statement">
nickjillings@1322 81 <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>
nickjillings@1322 82 </surveyentry>
nickjillings@1321 83 </survey>
nickjillings@1321 84 <survey location="after">
nickjillings@1322 85 <surveyentry type="question" id="genre-0" mandatory="true">
nickjillings@1322 86 <statement>Please enter the genre.</statement>
nickjillings@1322 87 </surveyentry>
nickjillings@1321 88 </survey>
nickjillings@1321 89 </page>
nickjillings@1321 90 <page id='test-1' host-URL="example_eval/" randomise-order='true' repeat-count='0' loop='false' show-element-comments='true'>
nickjillings@1321 91 <commentboxprefix>Comment on fragment</commentboxprefix>
nickjillings@1321 92 <interface name="preference">
nickjillings@1321 93 <title>Example Test Question</title>
nickjillings@1321 94 <scales>
nickjillings@1321 95 <scalelabel position="0">Min</scalelabel>
nickjillings@1321 96 <scalelabel position="100">Max</scalelabel>
nickjillings@1321 97 <scalelabel position="50">Middle</scalelabel>
nickjillings@1321 98 <scalelabel position="20">20</scalelabel>
nickjillings@1321 99 </scales>
nickjillings@1321 100 </interface>
nickjillings@1321 101 <audioelement url="0.wav" gain="-6" id="track-5" type="anchor" marker="20"/>
nickjillings@1321 102 <audioelement url="1.wav" gain="0.0" id="track-6" type="reference" marker="80"/>
nickjillings@1321 103 <audioelement url="2.wav" gain="0.0" id="track-7"/>
nickjillings@1321 104 <audioelement url="3.wav" gain="0.0" id="track-8"/>
nickjillings@1321 105 <audioelement url="4.wav" gain="0.0" id="track-9"/>
nickjillings@1321 106 <audioelement url="5.wav" gain="0.0" id="track-10"/>
nickjillings@1322 107 <audioelement url="6.wav" gain="0.0" id="track-11" type="outside-reference"/>
nickjillings@1322 108 <commentquestion id='mixingExperience' type="question">
nickjillings@1321 109 <statement>What is your general experience with numbers?</statement>
nickjillings@1321 110 </commentquestion>
nickjillings@1321 111 <commentquestion id="preference" type="radio">
nickjillings@1321 112 <statement>Please enter your overall preference</statement>
nickjillings@1321 113 <option name="worst">Very Bad</option>
nickjillings@1321 114 <option name="bad"></option>
nickjillings@1321 115 <option name="OK">OK</option>
nickjillings@1321 116 <option name="Good"></option>
nickjillings@1321 117 <option name="Great">Great</option>
nickjillings@1321 118 </commentquestion>
nickjillings@1321 119 <commentquestion id="character" type="checkbox">
nickjillings@1321 120 <statement>Please describe the overall character</statement>
nickjillings@1321 121 <option name="funky">Funky</option>
nickjillings@1321 122 <option name="mellow">Mellow</option>
nickjillings@1321 123 <option name="laidback">Laid back</option>
nickjillings@1321 124 <option name="heavy">Heavy</option>
nickjillings@1321 125 </commentquestion>
nickjillings@1322 126 <survey location="before">
nickjillings@1322 127 <surveyentry type="statement">
nickjillings@1322 128 <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>
nickjillings@1322 129 </surveyentry>
nickjillings@1322 130 </survey>
nickjillings@1322 131 <survey location="after">
nickjillings@1322 132 <surveyentry type="question" id="genre-1" mandatory="true">
nickjillings@1322 133 <statement>Please enter the genre.</statement>
nickjillings@1322 134 </surveyentry>
nickjillings@1322 135 </survey>
nickjillings@1321 136 </page>
nickjillings@1321 137 </waet>