Mercurial > hg > webaudioevaluationtool
diff example_eval/project.xml @ 1572:75f47f1c6cbe
Feature #1208: Added checkbox.
Bug-fix on console debug lines not showing question of survery.
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Mon, 08 Jun 2015 11:17:26 +0100 |
parents | 2a3e95841f14 |
children | 3464a477c021 |
line wrap: on
line diff
--- a/example_eval/project.xml Mon Jun 08 11:01:21 2015 +0100 +++ b/example_eval/project.xml Mon Jun 08 11:17:26 2015 +0100 @@ -63,6 +63,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>