annotate example_eval/pre_survey.xml @ 611:fef9f13bec0a multiple-tests-concatenation

Workaround for #1658: in order to obtain a test with zero pages, set attribute hidden='true' in the one and only page
author Giulio Moro <giuliomoro@yahoo.it>
date Sun, 13 Mar 2016 02:12:30 +0000
parents 328f24798462
children
rev   line source
giuliomoro@607 1 <?xml version="1.0" encoding="utf-8"?>
giuliomoro@607 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
giuliomoro@607 3 <setup interface="AB" projectReturn="save.php" randomiseOrder='true' testPages="1" loudness="-23" sampleRate="44100">
giuliomoro@607 4 <survey location="before">
giuliomoro@607 5 <surveyentry type="question" id="sessionId" mandatory="true">
giuliomoro@607 6 <statement>Please enter your name.</statement>
giuliomoro@607 7 </surveyentry>
giuliomoro@607 8 <surveyentry type="checkbox" id="checkboxtest" mandatory="true">
giuliomoro@607 9 <statement>Please select with which activities you have any experience (example checkbox question)</statement>
giuliomoro@607 10 <option name="musician">Playing a musical instrument</option>
giuliomoro@607 11 <option name="soundengineer">Recording or mixing audio</option>
giuliomoro@607 12 <option name="developer">Developing audio software</option>
giuliomoro@607 13 <option name="hwdesigner">Designing or building audio hardware</option>
giuliomoro@607 14 <option name="researcher">Research in the field of audio</option>
giuliomoro@607 15 </surveyentry>
giuliomoro@611 16 <surveyentry type="statement" id="pre-survey">
giuliomoro@607 17 <statement>This is a preliminary test for a study on the Hammond organ. You will be presented with pairs of stimuli. For each pair you will be asked to single out the one note that was produced by a heavier touch.
giuliomoro@607 18
giuliomoro@607 19 Feel free to add any comments on the stimuli in the boxes at the bottom of each page of the test. </statement>
giuliomoro@607 20 </surveyentry>
giuliomoro@607 21 </survey>
giuliomoro@607 22 <metric>
giuliomoro@607 23 <metricenable>testTimer</metricenable>
giuliomoro@607 24 <metricenable>elementTimer</metricenable>
giuliomoro@607 25 <metricenable>elementInitialPosition</metricenable>
giuliomoro@607 26 <metricenable>elementTracker</metricenable>
giuliomoro@607 27 <metricenable>elementFlagListenedTo</metricenable>
giuliomoro@607 28 <metricenable>elementFlagMoved</metricenable>
giuliomoro@607 29 <metricenable>elementListenTracker</metricenable>
giuliomoro@607 30 </metric>
giuliomoro@607 31 <interface>
giuliomoro@607 32 <interfaceoption type="check" name="fragmentMoved"/>
giuliomoro@607 33 <interfaceoption type="check" name="scalerange" min="25" max="75"/>
giuliomoro@607 34 <interfaceoption type="check" name="fragmentPlayed" />
giuliomoro@607 35 <interfaceoption type="show" name='playhead'/>
giuliomoro@607 36 <interfaceoption type="show" name="page-count"/>
giuliomoro@607 37 <interfaceoption type="show" name='volume'/>
giuliomoro@607 38 <!--interfaceoption type="submit" name="post-submit-dialog">
giuliomoro@607 39 <a href="javascript:document.referrer">Click here to continue with the next test</a>
giuliomoro@607 40 </interfaceoption-->
giuliomoro@607 41 </interface>
giuliomoro@607 42 </setup>
giuliomoro@611 43 <page id="test-0" hostURL="example_eval/" hidden="true">
giuliomoro@607 44 <interface>
giuliomoro@611 45 <title>Pre-test survey</title>
giuliomoro@607 46 </interface>
giuliomoro@607 47 <audioelement url="1.wav" id="track-1"/>
giuliomoro@607 48 </page>
giuliomoro@607 49 </waet>