Mercurial > hg > webaudioevaluationtool
comparison example_eval/project.xml @ 902:4041e5abcde5
Feature #1208: Added checkbox.
Bug-fix on console debug lines not showing question of survery.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Mon, 08 Jun 2015 11:17:26 +0100 |
parents | 573810a04b0f |
children | 3464a477c021 |
comparison
equal
deleted
inserted
replaced
901:573810a04b0f | 902:4041e5abcde5 |
---|---|
61 <option name="bad"></option> | 61 <option name="bad"></option> |
62 <option name="OK">OK</option> | 62 <option name="OK">OK</option> |
63 <option name="Good"></option> | 63 <option name="Good"></option> |
64 <option name="Great">Great</option> | 64 <option name="Great">Great</option> |
65 </CommentQuestion> | 65 </CommentQuestion> |
66 <CommentQuestion id="preference" type="checkbox"> | |
67 <statement>Describe this song</statement> | |
68 <option name="bright">Bright</option> | |
69 <option name="punchy">Punchy</option> | |
70 <option name="dark">Dark</option> | |
71 <option name="moody">Moody</option> | |
72 <option name="dull">Dull</option> | |
73 </CommentQuestion> | |
66 <PreTest/> | 74 <PreTest/> |
67 <PostTest> | 75 <PostTest> |
68 <question id="genre" mandatory="true">Please enter the genre</question> | 76 <question id="genre" mandatory="true">Please enter the genre</question> |
69 </PostTest> | 77 </PostTest> |
70 </audioHolder> | 78 </audioHolder> |