spherulitic / xerafin3

Xerafin Word Study System
1 stars 0 forks source link

Enable searches for non-cardbox quizzes #156

Closed spherulitic closed 1 week ago

spherulitic commented 1 year ago

getQuizList is called by the Search button in the Overview widget.

spherulitic commented 1 week 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.

spherulitic commented 1 week ago

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!