Details
-
Type:
Bug
-
Status: CLOSED
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 19.6, 20.2, 21.0 [Tentative], 22.0 [Tentative]
-
Fix Version/s: 19.6, 20.2, 21.0 [Tentative], 22.0 [Tentative]
-
Component/s: Tests & Quizzes (Samigo)
-
Labels:
-
21 Status:Verified
-
20 status:Verified
-
19 status:Verified
-
Test Plan:
Description
See attached image and testing plan
Problem: If a student doesn't fill some answers on a calculated question, later the matching of student's answers with right answers is wrong
Solution: We need add that blank answers to do a right matching.
Example: Now, student answers are:
1- No answer
2- 1
3- 0
4- 19
If we dont add that blank answers the array has values: 1, 0 and 19
No matching: First student answer shouldn't be compare with first right answer (see columns)
Student answers: 1 0 19
Right answers: 0 1 0 339
Adding blanck answers
Two matching (see columns)
Student answers: No answer 1 0 19
Right answers: 0 1 0 339