comparison 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
comparison
equal deleted inserted replaced
1571:2a3e95841f14 1572:75f47f1c6cbe
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>