Mercurial > hg > webaudioevaluationtool
comparison example_eval/project.xml @ 1589:c33eef57f0b9
Added radio boxes
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Fri, 05 Jun 2015 12:42:32 +0100 |
parents | a64c6a1d869c |
children | 907abe027ebc |
comparison
equal
deleted
inserted
replaced
1588:a64c6a1d869c | 1589:c33eef57f0b9 |
---|---|
9 <option id="analog">Analog Consoles</option> | 9 <option id="analog">Analog Consoles</option> |
10 <option id="live">Live Mixing</option> | 10 <option id="live">Live Mixing</option> |
11 <option id="studio">Studio Mixing</option> | 11 <option id="studio">Studio Mixing</option> |
12 <option id="player">Play an instrument</option> | 12 <option id="player">Play an instrument</option> |
13 </checkbox> | 13 </checkbox> |
14 <radio id="rating"> | |
15 <statement>Please rate this interface</statement> | |
16 <option name="bad">Bad</option> | |
17 <option name="OK">OK</option> | |
18 <option name="Good">Good</option> | |
19 <option name="Great">Great</option> | |
20 </radio> | |
14 <statement>Please listen to all mixes</statement> | 21 <statement>Please listen to all mixes</statement> |
15 </PreTest> | 22 </PreTest> |
16 <PostTest> | 23 <PostTest> |
17 <question id="SessionID" mandatory="true">Please enter your name.</question> | 24 <question id="SessionID" mandatory="true">Please enter your name.</question> |
18 <statement>Thank you for taking this listening test.</statement> | 25 <statement>Thank you for taking this listening test.</statement> |
46 <audioElements url="7.wav" id="7"/> | 53 <audioElements url="7.wav" id="7"/> |
47 <audioElements url="8.wav" id="8"/> | 54 <audioElements url="8.wav" id="8"/> |
48 <audioElements url="9.wav" id="9"/> | 55 <audioElements url="9.wav" id="9"/> |
49 <audioElements url="10.wav" id="10"/>--> | 56 <audioElements url="10.wav" id="10"/>--> |
50 <CommentQuestion id='mixingExperience'>What is your mixing experience</CommentQuestion> | 57 <CommentQuestion id='mixingExperience'>What is your mixing experience</CommentQuestion> |
51 <PreTest> | 58 <PreTest/> |
52 <checkbox id="experience"> | |
53 <statement>Check options which are relevant to you</statement> | |
54 <option id="digital">Digital Consoles</option> | |
55 <option id="analog">Analog Consoles</option> | |
56 <option id="live">Live Mixing</option> | |
57 <option id="studio">Studio Mixing</option> | |
58 <option id="player">Play an instrument</option> | |
59 </checkbox> | |
60 </PreTest> | |
61 <PostTest> | 59 <PostTest> |
62 <question id="genre" mandatory="true">Please enter the genre</question> | 60 <question id="genre" mandatory="true">Please enter the genre</question> |
63 </PostTest> | 61 </PostTest> |
64 </audioHolder> | 62 </audioHolder> |
65 </BrowserEvalProjectDocument> | 63 </BrowserEvalProjectDocument> |