Actions
Bug #4146
openAllow for multiple responses (check all that apply) for MultipleChoiceResponseItem
Start date:
06/11/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4146
Description
In MultipleChoiceResponseItem.generateXML, there is a possibility of allowing multiple responses. However, the code below doesn't make a lot of sense:
if(multipleResponses){
xml.append("<response_lid ident = \"Q"+id+"\" rcardinality = \"Multiple\" rtiming = \"No\">\n");
xml.append("<render_choice shuffle = \"Yes\" minnumber = \"1\" maxnumber = \"4\">\n");
}
In particular, the maxnumber attribute is just an arbitrary number, and so there needs to be a way for the user to specify this.
Actions