Details
-
Type:
Bug
-
Status: RESOLVED
-
Priority:
Major
-
Resolution: Incomplete
-
Affects Version/s: 11.0
-
Fix Version/s: None
-
Component/s: Tests & Quizzes (Samigo)
-
Labels:
-
Previous Issue Keys:SAM-2505
Description
Calculated question: Correct answer is graded as wrong when the answer uses comma as decimal separator instead of using the point.
e.g.:
1. Instructor publish an assessment that has one calculated question.
2. Student takes the assessment.
3. The calculated question correct answer is 2.5. Student answers 2,5 which is the right answer.
4. Samigo grades that answer as wrong because 2,5 contains the comma character instead the point character.
This issue doesn't happen to the "Numeric Response" questions because this type of question allows to type either comma or point as decimal separator within the student answer.
We believe that numeric response and calculated questions should have the same behaviour in relation to the use of comma and point characters as decimal separator.