Feature #3657
Feature #3648: FE: get questions according to user's style preferences using get_questions api
FE: Decide next question to ask and its style
Start date:
07/10/2024
Due date:
% Done:
100%
Estimated time:
0.50 h
Description
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 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'.