Project

General

Profile

Feature #3658

Feature #3648: FE: get questions according to user's style preferences using get_questions api

FE: get questions from get_questions API instead of GCS file

Added by Ram Kordale 5 months ago. Updated 5 months ago.

Status:
Feedback
Priority:
High
Start date:
07/10/2024
Due date:
% Done:

100%

Estimated time:
0.35 h

Description

Instead of getting the question from the GCS file, get it from get_questions API (ticket 3647).

3657 gets the list of questions L, decides the next question Q' and the style S'.

Get Q' in style S' using get_questions (ticket 3647) gcf.

For this ticket, fetch the question just before you have to show the question. later, we will cache it before hand.

If a question has sub-questions S1, S2, S3 with answers A1, A2 and A3, they will be returned by the get_question call as S1@#$S2@#$S3 and A1@#$A2@#$A3 respectively.

Also available in: Atom PDF