Mercurial > hg > webaudioevaluationtool
comparison example_eval/project.xml @ 1587:c6ef0ce95e4a
audioHolder ID's are stored
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Fri, 05 Jun 2015 11:32:09 +0100 |
parents | 9eae8c728460 |
children | 1e1339e51701 |
comparison
equal
deleted
inserted
replaced
1586:c05d5b640790 | 1587:c6ef0ce95e4a |
---|---|
32 <audioElements url="1.wav" id="1"/> | 32 <audioElements url="1.wav" id="1"/> |
33 <audioElements url="2.wav" id="2"/> | 33 <audioElements url="2.wav" id="2"/> |
34 <audioElements url="3.wav" id="3"/> | 34 <audioElements url="3.wav" id="3"/> |
35 <audioElements url="4.wav" id="4"/> | 35 <audioElements url="4.wav" id="4"/> |
36 <audioElements url="5.wav" id="5"/> | 36 <audioElements url="5.wav" id="5"/> |
37 <!--<audioElements url="6.wav" id="6"/> | 37 <audioElements url="6.wav" id="6"/> |
38 <audioElements url="7.wav" id="7"/> | 38 <audioElements url="7.wav" id="7"/> |
39 <audioElements url="8.wav" id="8"/> | 39 <audioElements url="8.wav" id="8"/> |
40 <audioElements url="9.wav" id="9"/> | 40 <audioElements url="9.wav" id="9"/> |
41 <audioElements url="10.wav" id="10"/>--> | 41 <audioElements url="10.wav" id="10"/> |
42 <CommentQuestion id='mixingExperience'>What is your mixing experience</CommentQuestion> | 42 <CommentQuestion id='mixingExperience'>What is your mixing experience</CommentQuestion> |
43 <!-- | 43 <PostTest> |
44 <PreTest> | 44 <question id="genre" mandatory="true">Please enter the genre</question> |
45 <statement>Start the Test 3</statement> | 45 </PostTest> |
46 </PreTest> | 46 </audioHolder> |
47 --> | 47 <audioHolder id='1' hostURL="example_eval/" sampleRate="44100" randomiseOrder='true' repeatCount='0' loop='true' elementComments='true'> |
48 <interface> | |
49 <title>Example Test Question</title> | |
50 <scale position="0">Min</scale> | |
51 <scale position="100">Max</scale> | |
52 <scale position="50">Middle</scale> | |
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> | |
48 <PostTest> | 81 <PostTest> |
49 <question id="genre" mandatory="true">Please enter the genre</question> | 82 <question id="genre" mandatory="true">Please enter the genre</question> |
50 </PostTest> | 83 </PostTest> |
51 </audioHolder> | 84 </audioHolder> |
52 </BrowserEvalProjectDocument> | 85 </BrowserEvalProjectDocument> |