annotate example_eval/AB_example.xml @ 1330:a7e81c4f4ace

Added AB test interface
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Mon, 11 Jan 2016 16:32:26 +0000
parents
children 0db687b660f1
rev   line source
nickjillings@1330 1 <?xml version="1.0" encoding="utf-8"?>
nickjillings@1330 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
nickjillings@1330 3 <setup interface="AB" projectReturn="save.php" randomiseOrder='true' testPages="2" loudness="-23" sampleRate="44100">
nickjillings@1330 4 <survey location="before">
nickjillings@1330 5 <surveyentry type="question" id="sessionId" mandatory="true">
nickjillings@1330 6 <statement>Please enter your name.</statement>
nickjillings@1330 7 </surveyentry>
nickjillings@1330 8 <surveyentry type="checkbox" id="checkboxtest" mandatory="true">
nickjillings@1330 9 <statement>Please select with which activities you have any experience (example checkbox question)</statement>
nickjillings@1330 10 <option name="musician">Playing a musical instrument</option>
nickjillings@1330 11 <option name="soundengineer">Recording or mixing audio</option>
nickjillings@1330 12 <option name="developer">Developing audio software</option>
nickjillings@1330 13 <option name="hwdesigner">Designing or building audio hardware</option>
nickjillings@1330 14 <option name="researcher">Research in the field of audio</option>
nickjillings@1330 15 </surveyentry>
nickjillings@1330 16 <surveyentry type="statement">
nickjillings@1330 17 <statement>This is an example of an 'APE'-style test, with two pages, using the test stimuli in 'example_eval/'.</statement>
nickjillings@1330 18 </surveyentry>
nickjillings@1330 19 </survey>
nickjillings@1330 20 <survey location="after">
nickjillings@1330 21 <surveyentry type="question" id="location" mandatory="true" boxsize="large">
nickjillings@1330 22 <statement>Please enter your location. (example mandatory text question)</statement>
nickjillings@1330 23 </surveyentry>
nickjillings@1330 24 <surveyentry type="number" id="age" min="0">
nickjillings@1330 25 <statement>Please enter your age (example non-mandatory number question)</statement>
nickjillings@1330 26 </surveyentry>
nickjillings@1330 27 <surveyentry type="radio" id="rating">
nickjillings@1330 28 <statement>Please rate this interface (example radio button question)</statement>
nickjillings@1330 29 <option name="bad">Bad</option>
nickjillings@1330 30 <option name="poor">Poor</option>
nickjillings@1330 31 <option name="good">Good</option>
nickjillings@1330 32 <option name="great">Great</option>
nickjillings@1330 33 </surveyentry>
nickjillings@1330 34 <surveyentry type="statement">
nickjillings@1330 35 <statement>Thank you for taking this listening test. Please click 'submit' and your results will appear in the 'saves/' folder.</statement>
nickjillings@1330 36 </surveyentry>
nickjillings@1330 37 </survey>
nickjillings@1330 38 <metric>
nickjillings@1330 39 <metricenable>testTimer</metricenable>
nickjillings@1330 40 <metricenable>elementTimer</metricenable>
nickjillings@1330 41 <metricenable>elementFlagListenedTo</metricenable>
nickjillings@1330 42 <metricenable>elementListenTracker</metricenable>
nickjillings@1330 43 </metric>
nickjillings@1330 44 <interface>
nickjillings@1330 45 <interfaceoption type="check" name="fragmentMoved"/>
nickjillings@1330 46 <interfaceoption type="check" name="scalerange" min="25" max="75"/>
nickjillings@1330 47 <interfaceoption type="show" name='playhead'/>
nickjillings@1330 48 <interfaceoption type="show" name="page-count"/>
nickjillings@1330 49 </interface>
nickjillings@1330 50 </setup>
nickjillings@1330 51 <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' showElementComments='true' loudness="-12">
nickjillings@1330 52 <commentboxprefix>Comment on fragment</commentboxprefix>
nickjillings@1330 53 <interface>
nickjillings@1330 54 <title>Depth</title>
nickjillings@1330 55 </interface>
nickjillings@1330 56 <audioelement url="0.wav" id="track-0" type="anchor"/>
nickjillings@1330 57 <audioelement url="1.wav" id="track-1"/>
nickjillings@1330 58 <audioelement url="2.wav" id="track-2"/>
nickjillings@1330 59 <survey location="before">
nickjillings@1330 60 <surveyentry type="statement">
nickjillings@1330 61 <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@1330 62 </surveyentry>
nickjillings@1330 63 </survey>
nickjillings@1330 64 <survey location="after">
nickjillings@1330 65 <surveyentry type="question" id="genre-0" mandatory="true">
nickjillings@1330 66 <statement>Please enter the genre.</statement>
nickjillings@1330 67 </surveyentry>
nickjillings@1330 68 </survey>
nickjillings@1330 69 </page>
nickjillings@1330 70 </waet>