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'.
Updated by Ram Kordale 5 months ago
- Subject changed from Decide next question to ask and its style to FE: Decide next question to ask and its style
Updated by Dewakar Chaubey 5 months ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 90
Updated by Dewakar Chaubey 5 months ago
- Status changed from In Progress to Resolved
- Assignee changed from Dewakar Chaubey to Shubham Boke
- % Done changed from 90 to 100
Updated by Shubham Boke 4 months ago
- Status changed from Review to Feedback
- Assignee changed from Shubham Boke to Dewakar Chaubey