comparison tests/examples/APE_example.xml @ 2924:4ae62d4c5c6d

Potential fix for #226. WIP for #225
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Wed, 06 Sep 2017 13:40:23 +0100
parents 8188efa9415d
children b2dcdd55721d f5bfac0557bb
comparison
equal deleted inserted replaced
2923:029b0ebc299a 2924:4ae62d4c5c6d
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd"> 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
3 <setup interface="APE" projectReturn="save.php" randomiseOrder='true' poolSize="2" loudness="-23" calibration="true"> 3 <setup interface="APE" projectReturn="save.php" randomiseOrder='true' poolSize="2" loudness="-23" calibration="true">
4 <survey location="before"> 4 <survey location="before">
5 <surveyentry type="question" id="sessionId" mandatory="true"> 5 <surveyquestion id="sessionId" mandatory="true">
6 <statement>Please enter your name.</statement> 6 <statement>Please enter your name.</statement>
7 <conditional check="equals" value="John" jumpToOnPass="test-intro" jumpToOnFail="checkboxtest" /> 7 <conditional check="equals" value="John" jumpToOnPass="test-intro" jumpToOnFail="checkboxtest" />
8 </surveyentry> 8 </surveyquestion>
9 <surveyentry type="checkbox" id="checkboxtest" mandatory="true" min="2" max="4"> 9 <surveycheckbox id="checkboxtest" mandatory="true" min="2" max="4" randomise="true">
10 <statement>Please select with which activities you have any experience (example checkbox question)</statement> 10 <statement>Please select with which activities you have any experience (example checkbox question)</statement>
11 <option name="musician">Playing a musical instrument</option> 11 <option name="musician">Playing a musical instrument</option>
12 <option name="soundengineer">Recording or mixing audio</option> 12 <option name="soundengineer">Recording or mixing audio</option>
13 <option name="developer">Developing audio software</option> 13 <option name="developer">Developing audio software</option>
14 <option name="hwdesigner">Designing or building audio hardware</option> 14 <option name="hwdesigner">Designing or building audio hardware</option>
15 <option name="researcher">Research in the field of audio</option> 15 <option name="researcher">Research in the field of audio</option>
16 </surveyentry> 16 </surveycheckbox>
17 <surveyentry type="question" id="instrument" mandatory="false"> 17 <surveyquestion id="instrument" mandatory="false">
18 <statement>What instrument did you play</statement> 18 <statement>What instrument did you play</statement>
19 </surveyentry> 19 </surveyquestion>
20 <surveyentry type="statement" id="test-intro"> 20 <surveystatement id="test-intro">
21 <statement>This is an example of an 'APE'-style test, with two pages, using the test stimuli in 'example_eval/'.</statement> 21 <statement>This is an example of an 'APE'-style test, with two pages, using the test stimuli in 'example_eval/'.</statement>
22 </surveyentry> 22 </surveystatement>
23 </survey> 23 </survey>
24 <survey location="after"> 24 <survey location="after">
25 <surveyentry type="question" id="location" mandatory="true" boxsize="large"> 25 <surveyentry type="question" id="location" mandatory="true" boxsize="large">
26 <statement>Please enter your location. (example mandatory text question)</statement> 26 <statement>Please enter your location. (example mandatory text question)</statement>
27 </surveyentry> 27 </surveyentry>