Feature #3657
Updated by Ram Kordale 5 months ago
Track the last style used S, the last question number asked Q and the list of questions L in browser storage. If L is not in browser storage, call gcf get_questions_list(1) (ticket 3656) and store L. Pick question/exercise number question after Q in L. Styles that user selects as per ticket 3638 are user preferred styles. Decide on the style for the next 5 questions in round-robin order. At this point, we should have the next question number to be asked Q' and the next style to be used S'.