Actions
Bug #4011
closedDouble digit question numbers appear as single digit!
Status:
Resolved
Priority:
Normal
Assignee:
Category:
client
Target version:
Start date:
04/21/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4011
Description
First noticed while parsing Fall05-Exam3.pdf;
Only the least significant digit of a question number being displayed.
Though this has not affected the parsing the question in an ascending order,
the behavior is erroneous and NEW as I do not remember seeing such an occurrence.
Files
Updated by Sandeep Namilikonda over 15 years ago
Incomplete logic ( missed question numbers followed by ")" ) in *ResponseItem.java for pruning question numbers from the prompt resulted in this behavior, which is now fixed.
Actions