Closed spherulitic closed 1 month ago
JavaScript returns the JSON object sorted by key. The probability quizzes are not in quiz_id order -- need to adjust so the indexes returned by getQuizList are sorted in the order I want them to be, and the quiz_id is an element in the object under that index. This will require getQuizList and front end changes.
Didn't even need to change the front end -- quiz_id is already sent and processed from the body of the object, not pulled out of the index!
getQuizList is called by the Search button in the Overview widget.