Mercurial > hg > webaudioevaluationtool
diff example_eval/project.xml @ 198:a7b377b86ed6
Merge from branch "Dev_main"
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Wed, 10 Jun 2015 09:31:44 +0100 |
parents | c53ba966b716 |
children | c311017f4f97 32e16bf9303a |
line wrap: on
line diff
--- a/example_eval/project.xml Mon Jun 08 11:00:15 2015 +0100 +++ b/example_eval/project.xml Wed Jun 10 09:31:44 2015 +0100 @@ -11,6 +11,11 @@ <option id="studio">Studio Mixing</option> <option id="player">Play an instrument</option> </checkbox> + <number id="age" min="0">Please enter your age</number> + <statement>Please listen to all mixes</statement> + </PreTest> + <PostTest> + <question id="SessionID" mandatory="true">Please enter your name.</question> <radio id="rating"> <statement>Please rate this interface</statement> <option name="bad">Bad</option> @@ -18,10 +23,6 @@ <option name="Good">Good</option> <option name="Great">Great</option> </radio> - <statement>Please listen to all mixes</statement> - </PreTest> - <PostTest> - <question id="SessionID" mandatory="true">Please enter your name.</question> <statement>Thank you for taking this listening test.</statement> </PostTest> <Metric> @@ -63,6 +64,14 @@ <option name="Good"></option> <option name="Great">Great</option> </CommentQuestion> + <CommentQuestion id="preference" type="checkbox"> + <statement>Describe this song</statement> + <option name="bright">Bright</option> + <option name="punchy">Punchy</option> + <option name="dark">Dark</option> + <option name="moody">Moody</option> + <option name="dull">Dull</option> + </CommentQuestion> <PreTest/> <PostTest> <question id="genre" mandatory="true">Please enter the genre</question>