ABh.xml

Giulio Moro, 2016-02-21 08:22 PM

Download (5.21 KB)

 
1
<?xml version="1.0" encoding="utf-8"?>
2
<waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
3
        <setup interface="AB" projectReturn="save.php" randomiseOrder='true' testPages="3" loudness="-23" sampleRate="44100">
4
                <survey location="before">
5
                        <surveyentry type="question" id="sessionId" mandatory="true">
6
                                <statement>Please enter your name.</statement>
7
                        </surveyentry>
8
                        <surveyentry type="checkbox" id="checkboxtest" mandatory="true">
9
                                <statement>Please select with which activities you have any experience (example checkbox question)</statement>
10
                                <option name="musician">Playing a musical instrument</option>
11
                                <option name="soundengineer">Recording or mixing audio</option>
12
                                <option name="developer">Developing audio software</option>
13
                                <option name="hwdesigner">Designing or building audio hardware</option>
14
                                <option name="researcher">Research in the field of audio</option>
15
                        </surveyentry>
16
                        <surveyentry type="statement">
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.
18
                    
19
                    Feel free to add any comments on the stimuli in the boxes at the bottom of each page of the test.        </statement>
20
                        </surveyentry>
21
                </survey>
22
                <survey location="after">
23
                        <surveyentry type="number" mandatory="false" id="accuracy" min="0">
24
                                <statement>How would you rate the accuracy of your answers in the test in a scale from 1 to 5?</statement>
25
                        </surveyentry>
26
            <surveyentry type="question" mandatory="false" id="age" min="0">
27
                <statement>Any further comment?</statement>
28
            </surveyentry>
29
            <surveyentry type="statement">
30
                                <statement>Thank you for taking this listening test. Please click the 'submit' button below'.</statement>
31
                        </surveyentry>
32
                </survey>
33
                <metric>
34
                        <metricenable>testTimer</metricenable>
35
                        <metricenable>elementTimer</metricenable>
36
                        <metricenable>elementInitialPosition</metricenable>
37
                        <metricenable>elementTracker</metricenable>
38
                        <metricenable>elementFlagListenedTo</metricenable>
39
                        <metricenable>elementFlagMoved</metricenable>
40
                        <metricenable>elementListenTracker</metricenable>
41
                </metric>
42
                <interface>
43
                        <interfaceoption type="check" name="fragmentMoved"/>
44
                        <interfaceoption type="check" name="scalerange" min="25" max="75"/>
45
            <interfaceoption type="check" name="fragmentPlayed" />
46
                        <interfaceoption type="show" name='playhead'/>
47
                        <interfaceoption type="show" name="page-count"/>
48
            <interfaceoption type="show" name='volume'/>
49
                </interface>
50
        </setup>
51
    <!--
52
        <page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='false' showElementComments='true' loudness="-12">
53
                <commentboxprefix>Comment on fragment</commentboxprefix>
54
                <interface>
55
                        <title>Which of these notes was played with a heavier touch?</title>
56
                </interface>
57
                <audioelement url="wav/Ab9-Manuals%20out-number1-velocity004.wav" id="track-0"/>
58
                <audioelement url="1.wav" id="track-1"/>
59
                 <survey location="before">
60
                        <surveyentry type="statement">
61
                                <statement>A two way comparison using randomised element order, automatic loudness and synchronised looping.</statement>
62
                        </surveyentry>
63
                </survey>
64
                <survey location="after">
65
                        <surveyentry type="question" id="genre-0" mandatory="true">
66
                                <statement>Please enter the genre.</statement>
67
                        </surveyentry>
68
                </survey>
69
        </page>
70
     -->
71
    <page id="test-0" hostURL="example_eval/" randomiseOrder="true" repeatCount="0" loop="false" showElementComments="true" loudness="-12">
72
        <commentboxprefix>Comment on fragment</commentboxprefix>
73
        <interface>
74
            <title>Which of these notes was played with a heavier touch?</title>
75
        </interface>
76
        <audioelement url="./samples/Ab33-Line out-number125-velocity048-percussive.wav" id="track-0"/>
77
        <audioelement url="./samples/Ab33-Line out-number191-velocity097-percussive.wav" id="track-1"/>
78
    </page>
79
    <page id="test-1" hostURL="example_eval/" randomiseOrder="true" repeatCount="0" loop="false" showElementComments="true" loudness="-12">
80
        <commentboxprefix>Comment on fragment</commentboxprefix>
81
        <interface>
82
            <title>Which of these notes was played with a heavier touch?</title>
83
        </interface>
84
        <audioelement url="./samples/Ab33-Line out-number127-velocity050-percussive.wav" id="track-2"/>
85
        <audioelement url="./samples/Ab33-Line out-number192-velocity100-percussive.wav" id="track-3"/>
86
    </page>
87
    <page id="test-2" hostURL="example_eval/" randomiseOrder="true" repeatCount="0" loop="false" showElementComments="true" loudness="-12">
88
        <commentboxprefix>Comment on fragment</commentboxprefix>
89
        <interface>
90
            <title>Which of these notes was played with a heavier touch?</title>
91
        </interface>
92
        <audioelement url="./samples/Ab33-Line out-number129-velocity050-percussive.wav" id="track-4"/>
93
        <audioelement url="./samples/Ab33-Line out-number194-velocity103-percussive.wav" id="track-5"/>
94
    </page>
95
  </waet>