Feature #3658
Updated by Ram Kordale 5 months ago
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.