Bug #3353
openResponseItem subclasses do not write answers to XML
0%
Description
Several of the classes that override the ResponseItem abstract method generateXML have the ability to store a correct answer. None of them, however, include this in the XML representation they generate.
Updated by ben leinfelder about 16 years ago
This is something to pay attention to a bit more closely. Though the parser interface does not currently provide a way to designate correct answers (for multiple choice nor for short answer etc...)
Updated by Ryan McFall over 15 years ago
I changed this to client-prototype, but I'm not actually sure I envision this happening even at that point.
Updated by Ryan McFall about 15 years ago
Since we aren't asking the user to specify what the correct answer is as part of the parsing process, this would be a non-trivial task to complete. Therefore I'm pushing it off to the post-prototype stage.
This is tied to the notion of rubric, and we've decided that we won't support rubrics at the prototype stage.