Mercurial > hg > webaudioevaluationtool
annotate example_eval/project.xml @ 1706:263884be0481
SMC 15: Added paragraph on pre-/post- test questions
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Thu, 09 Apr 2015 11:24:46 +0100 |
parents | 93eaa894cc97 |
children | fef9e8337cfd |
rev | line source |
---|---|
nickjillings@1692 | 1 <?xml version="1.0" encoding="utf-8"?> |
nickjillings@1685 | 2 <BrowserEvalProjectDocument> |
nickjillings@1685 | 3 <setup interface="APE" projectReturn="null" /> |
nickjillings@1700 | 4 <audioHolder hostURL="example_eval/" sampleRate="44100"> |
nickjillings@1695 | 5 <audioElements url="0.wav" ID="0"/> |
nickjillings@1695 | 6 <audioElements url="1.wav"/> |
nickjillings@1695 | 7 <audioElements url="2.wav"/> |
nickjillings@1695 | 8 <audioElements url="3.wav"/> |
nickjillings@1695 | 9 <audioElements url="4.wav"/> |
nickjillings@1695 | 10 <audioElements url="5.wav"/> |
nickjillings@1695 | 11 <audioElements url="6.wav"/> |
nickjillings@1695 | 12 <audioElements url="7.wav"/> |
nickjillings@1695 | 13 <audioElements url="8.wav"/> |
nickjillings@1695 | 14 <audioElements url="9.wav"/> |
nickjillings@1695 | 15 <audioElements url="10.wav"/> |
nickjillings@1696 | 16 </audioHolder> |
nickjillings@1695 | 17 <CommentQuestion>What is your mixing experiance</CommentQuestion> |
nickjillings@1695 | 18 <PreTest> |
nickjillings@1695 | 19 <statement>Please listen to all mixes</statement> |
nickjillings@1703 | 20 <question id="location" mandatory="true">Please enter your listening location</question> |
nickjillings@1695 | 21 </PreTest> |
nickjillings@1695 | 22 <PostTest> |
nickjillings@1695 | 23 <statement>Thank you for taking this listening test.</statement> |
nickjillings@1703 | 24 <question id="SessionID">Please enter your name.</question> |
nickjillings@1695 | 25 </PostTest> |
nickjillings@1695 | 26 </BrowserEvalProjectDocument> |