Project

General

Profile

Actions

Bug #4146

open

Allow for multiple responses (check all that apply) for MultipleChoiceResponseItem

Added by Ryan McFall almost 15 years ago. Updated almost 15 years ago.

Status:
New
Priority:
Normal
Assignee:
Category:
parser
Target version:
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 #1

Updated by Redmine Admin almost 11 years ago

Original Bugzilla ID was 4146

Actions

Also available in: Atom PDF