Details
-
Type:
(Deprecated) Contributed Patch
-
Status: CLOSED
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.0
-
Fix Version/s: 10.3
-
Component/s: Tests & Quizzes (Samigo)
-
Labels:
-
10 status:Resolved
-
Previous Issue Keys:SAM-2385
Description
During some more thorough testing, we noticed that the initial fix wasn't always doing what we expected in cases where the imported questions are added to a part with questions already in it.
The solution is to base the 'sequence' of the ItemFacade object off the index it holds in the sorted collection, rather than basing it off a loop counter.