comparison example_eval/project.xml @ 2032:bdda930e3c55

Feature #1208: Added radio box option to page 'commentQuestion'. Also commentQuestion nodes are now common to core.js.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Mon, 08 Jun 2015 11:00:15 +0100
parents 979474558a2a
children 4e9ab4f92f20
comparison
equal deleted inserted replaced
2031:116db8dc7c71 2032:bdda930e3c55
52 <audioElements url="6.wav" id="6"/> 52 <audioElements url="6.wav" id="6"/>
53 <audioElements url="7.wav" id="7"/> 53 <audioElements url="7.wav" id="7"/>
54 <audioElements url="8.wav" id="8"/> 54 <audioElements url="8.wav" id="8"/>
55 <audioElements url="9.wav" id="9"/> 55 <audioElements url="9.wav" id="9"/>
56 <audioElements url="10.wav" id="10"/>--> 56 <audioElements url="10.wav" id="10"/>-->
57 <CommentQuestion id='mixingExperience'>What is your mixing experience</CommentQuestion> 57 <CommentQuestion id='mixingExperience' type="text">What is your mixing experience</CommentQuestion>
58 <CommentQuestion id="preference" type="radio">
59 <statement>Please enter your ranking preference on this song</statement>
60 <option name="worst">Very Bad</option>
61 <option name="bad"></option>
62 <option name="OK">OK</option>
63 <option name="Good"></option>
64 <option name="Great">Great</option>
65 </CommentQuestion>
58 <PreTest/> 66 <PreTest/>
59 <PostTest> 67 <PostTest>
60 <question id="genre" mandatory="true">Please enter the genre</question> 68 <question id="genre" mandatory="true">Please enter the genre</question>
61 </PostTest> 69 </PostTest>
62 </audioHolder> 70 </audioHolder>