Mercurial > hg > webaudioevaluationtool
comparison example_eval/project.xml @ 1588:a64c6a1d869c
Added check box mode to pre/post test survey
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Fri, 05 Jun 2015 12:10:49 +0100 |
parents | c6ef0ce95e4a |
children | dd36d98cd4f9 |
comparison
equal
deleted
inserted
replaced
1587:c6ef0ce95e4a | 1588:a64c6a1d869c |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <BrowserEvalProjectDocument> | 2 <BrowserEvalProjectDocument> |
3 <setup interface="APE" projectReturn="/save" randomiseOrder='true' collectMetrics='true'> | 3 <setup interface="APE" projectReturn="/save" randomiseOrder='true' collectMetrics='true'> |
4 <PreTest> | 4 <PreTest> |
5 <question id="Location" mandatory="true">Please enter your location.</question> | 5 <question id="Location" mandatory="true">Please enter your location.</question> |
6 <checkbox id="experience"> | |
7 <statement>Check options which are relevant to you</statement> | |
8 <option id="digital">Digital Consoles</option> | |
9 <option id="analog">Analog Consoles</option> | |
10 <option id="live">Live Mixing</option> | |
11 <option id="studio">Studio Mixing</option> | |
12 <option id="player">Play an instrument</option> | |
13 </checkbox> | |
6 <statement>Please listen to all mixes</statement> | 14 <statement>Please listen to all mixes</statement> |
7 </PreTest> | 15 </PreTest> |
8 <PostTest> | 16 <PostTest> |
9 <question id="SessionID" mandatory="true">Please enter your name.</question> | 17 <question id="SessionID" mandatory="true">Please enter your name.</question> |
10 <statement>Thank you for taking this listening test.</statement> | 18 <statement>Thank you for taking this listening test.</statement> |
30 </interface> | 38 </interface> |
31 <audioElements url="0.wav" id="0"/> | 39 <audioElements url="0.wav" id="0"/> |
32 <audioElements url="1.wav" id="1"/> | 40 <audioElements url="1.wav" id="1"/> |
33 <audioElements url="2.wav" id="2"/> | 41 <audioElements url="2.wav" id="2"/> |
34 <audioElements url="3.wav" id="3"/> | 42 <audioElements url="3.wav" id="3"/> |
35 <audioElements url="4.wav" id="4"/> | 43 <!--<audioElements url="4.wav" id="4"/> |
36 <audioElements url="5.wav" id="5"/> | 44 <audioElements url="5.wav" id="5"/> |
37 <audioElements url="6.wav" id="6"/> | 45 <audioElements url="6.wav" id="6"/> |
38 <audioElements url="7.wav" id="7"/> | 46 <audioElements url="7.wav" id="7"/> |
39 <audioElements url="8.wav" id="8"/> | 47 <audioElements url="8.wav" id="8"/> |
40 <audioElements url="9.wav" id="9"/> | 48 <audioElements url="9.wav" id="9"/> |
41 <audioElements url="10.wav" id="10"/> | 49 <audioElements url="10.wav" id="10"/>--> |
42 <CommentQuestion id='mixingExperience'>What is your mixing experience</CommentQuestion> | 50 <CommentQuestion id='mixingExperience'>What is your mixing experience</CommentQuestion> |
43 <PostTest> | 51 <PreTest> |
44 <question id="genre" mandatory="true">Please enter the genre</question> | 52 <checkbox id="experience"> |
45 </PostTest> | 53 <statement>Check options which are relevant to you</statement> |
46 </audioHolder> | 54 <option id="digital">Digital Consoles</option> |
47 <audioHolder id='1' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'> | 55 <option id="analog">Analog Consoles</option> |
48 <interface> | 56 <option id="live">Live Mixing</option> |
49 <title>Example Test Question</title> | 57 <option id="studio">Studio Mixing</option> |
50 <scale position="0">Min</scale> | 58 <option id="player">Play an instrument</option> |
51 <scale position="100">Max</scale> | 59 </checkbox> |
52 <scale position="50">Middle</scale> | 60 </PreTest> |
53 <scale position="20">20</scale> | |
54 <commentBoxPrefix>Comment on fragment</commentBoxPrefix> | |
55 </interface> | |
56 <audioElements url="0.wav" id="0"/> | |
57 <audioElements url="1.wav" id="1"/> | |
58 <audioElements url="2.wav" id="2"/> | |
59 <audioElements url="3.wav" id="3"/> | |
60 <CommentQuestion id='mixingExperience'>What is your mixing experience</CommentQuestion> | |
61 <PostTest> | |
62 <question id="genre" mandatory="true">Please enter the genre</question> | |
63 </PostTest> | |
64 </audioHolder> | |
65 <audioHolder id='2' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'> | |
66 <interface> | |
67 <title>Example Test Question</title> | |
68 <scale position="0">Min</scale> | |
69 <scale position="100">Max</scale> | |
70 <scale position="50">Middle</scale> | |
71 <scale position="20">20</scale> | |
72 <commentBoxPrefix>Comment on fragment</commentBoxPrefix> | |
73 </interface> | |
74 <audioElements url="0.wav" id="0"/> | |
75 <audioElements url="1.wav" id="1"/> | |
76 <audioElements url="2.wav" id="2"/> | |
77 <audioElements url="3.wav" id="3"/> | |
78 <audioElements url="4.wav" id="4"/> | |
79 <audioElements url="5.wav" id="5"/> | |
80 <CommentQuestion id='mixingExperience'>What is your mixing experience</CommentQuestion> | |
81 <PostTest> | 61 <PostTest> |
82 <question id="genre" mandatory="true">Please enter the genre</question> | 62 <question id="genre" mandatory="true">Please enter the genre</question> |
83 </PostTest> | 63 </PostTest> |
84 </audioHolder> | 64 </audioHolder> |
85 </BrowserEvalProjectDocument> | 65 </BrowserEvalProjectDocument> |