annotate tests/examples/AB_example.xml @ 3141:335bc77627e0 tip

fixing discrete interface to allow labels to display
author Dave Moffat <me@davemoffat.com>
date Mon, 26 Jul 2021 12:15:24 +0100
parents b200dfe179b3
children
rev   line source
nicholas@2960 1 <?xml version="1.0" encoding="ISO-8859-1"?>
nicholas@2538 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
nicholas@3115 3 <setup interface="AB" projectReturn="save.php" returnURL="http://localhost:8000/test.html?url=tests/examples/AB_example.xml" randomiseOrder="false" poolSize="2" loudness="-23" playOne="true">
nicholas@2538 4 <survey location="before">
nicholas@2774 5 <surveyquestion id="sessionId" mandatory="true">
nicholas@2538 6 <statement>Please enter your name.</statement>
nicholas@2774 7 </surveyquestion>
nicholas@2774 8 <surveycheckbox id="checkboxtest" mandatory="true">
nicholas@2538 9 <statement>Please select with which activities you have any experience (example checkbox question)</statement>
nicholas@2538 10 <option name="musician">Playing a musical instrument</option>
nicholas@2538 11 <option name="soundengineer">Recording or mixing audio</option>
nicholas@2538 12 <option name="developer">Developing audio software</option>
nicholas@2538 13 <option name="hwdesigner">Designing or building audio hardware</option>
nicholas@2538 14 <option name="researcher">Research in the field of audio</option>
nicholas@2774 15 </surveycheckbox>
nicholas@2774 16 <surveystatement id="test-intro">
nicholas@2538 17 <statement>This is an example of an 'AB'-style test, with two pages, using the test stimuli in 'example_eval/'. The 'playOne' configuration option means a fragment has to be finished playing before another fragment can be auditioned. </statement>
nicholas@2774 18 </surveystatement>
nicholas@2538 19 </survey>
nicholas@2538 20 <survey location="after">
nicholas@2774 21 <surveyquestion id="location" mandatory="true" boxsize="large">
nicholas@2538 22 <statement>Please enter your location. (example mandatory text question)</statement>
nicholas@2774 23 </surveyquestion>
nicholas@2774 24 <surveynumber id="age" min="0">
nicholas@2538 25 <statement>Please enter your age (example non-mandatory number question)</statement>
nicholas@2774 26 </surveynumber>
nicholas@2774 27 <surveyradio id="rating">
nicholas@2538 28 <statement>Please rate this interface (example radio button question)</statement>
nicholas@2538 29 <option name="bad">Bad</option>
nicholas@2538 30 <option name="poor">Poor</option>
nicholas@2538 31 <option name="good">Good</option>
nicholas@2538 32 <option name="great">Great</option>
nicholas@2774 33 </surveyradio>
nicholas@2774 34 <surveystatement id="test-thank-you">
b@2987 35 <statement>Thank you for taking this listening test. Please click 'Submit' and your results will appear in the 'saves/' folder.</statement>
nicholas@2774 36 </surveystatement>
nicholas@2538 37 </survey>
nicholas@2538 38 <metric>
nicholas@2538 39 <metricenable>testTimer</metricenable>
nicholas@2538 40 <metricenable>elementTimer</metricenable>
nicholas@2538 41 <metricenable>elementInitialPosition</metricenable>
nicholas@2538 42 <metricenable>elementTracker</metricenable>
nicholas@2538 43 <metricenable>elementFlagListenedTo</metricenable>
nicholas@2538 44 <metricenable>elementFlagMoved</metricenable>
nicholas@2538 45 <metricenable>elementListenTracker</metricenable>
nicholas@2538 46 </metric>
nicholas@2538 47 <interface>
nicholas@2538 48 <interfaceoption type="show" name='playhead' />
nicholas@2538 49 <interfaceoption type="show" name="page-count" />
nicholas@2538 50 <interfaceoption type="show" name='volume' />
nicholas@2538 51 <interfaceoption type="show" name='comments' />
nicholas@2538 52 </interface>
nicholas@2538 53 </setup>
nicholas@2538 54 <page id='test-0' hostURL="media/example/" randomiseOrder='true' repeatCount='0' loop='false' loudness="-12">
nicholas@2538 55 <commentboxprefix>Comment on fragment</commentboxprefix>
nicholas@2538 56 <interface>
nicholas@2779 57 <title>Which sounds most like a drum?</title>
nicholas@2779 58 <image src="https://upload.wikimedia.org/wikipedia/commons/0/0a/Drumkit-icon.png" />
nicholas@2538 59 </interface>
nicholas@2538 60 <audioelement url="0.wav" id="track-0" />
nicholas@2538 61 <audioelement url="1.wav" id="track-1" />
nicholas@2538 62 <survey location="before">
nicholas@2774 63 <surveystatement id="test-0-intro">
nicholas@2779 64 <statement>A two way comparison using randomised element order, automatic loudness and synchronised looping. Also an embedded image</statement>
nicholas@2774 65 </surveystatement>
nicholas@2538 66 </survey>
nicholas@2538 67 <survey location="after">
nicholas@2774 68 <surveyquestion id="genre-0" mandatory="true">
nicholas@2538 69 <statement>Please enter the genre.</statement>
nicholas@2774 70 </surveyquestion>
nicholas@2538 71 </survey>
nicholas@2538 72 </page>
nicholas@2538 73 <page id='test-1' hostURL="media/example/" randomiseOrder='true' repeatCount='0' loop='false' loudness="-12">
nicholas@2538 74 <commentboxprefix>Comment on fragment</commentboxprefix>
nicholas@2538 75 <interface>
nicholas@2538 76 <title>Depth</title>
nicholas@2538 77 </interface>
nicholas@2538 78 <audioelement url="0.wav" id="track-2" />
nicholas@2538 79 <audioelement url="1.wav" id="track-3" />
nicholas@2538 80 <audioelement url="2.wav" id="track-4" />
nicholas@2538 81 <audioelement url="3.wav" id="track-5" />
nicholas@2538 82 <audioelement url="4.wav" id="track-6" />
nicholas@2538 83 <audioelement url="5.wav" id="track-7" />
nicholas@2538 84 <audioelement url="6.wav" id="track-8" />
nicholas@2538 85 <survey location="before">
nicholas@2774 86 <surveystatement id="test-1-intro">
nicholas@2538 87 <statement>A 7 way comparison using randomised element order and synchronised looping.</statement>
nicholas@2774 88 </surveystatement>
nicholas@2538 89 </survey>
nicholas@2538 90 <survey location="after">
nicholas@2774 91 <surveyquestion id="genre-1" mandatory="true">
nicholas@2538 92 <statement>Please enter the genre.</statement>
nicholas@2774 93 </surveyquestion>
nicholas@2538 94 </survey>
nicholas@2538 95 </page>
nicholas@2538 96 </waet>