Project

General

Profile

Feature #3749

Updated by Ram Kordale 24 days ago

When clues field in styled questions is non-empty, following changes are needed in FE: 
 -if user does not answer correctly, do dQNA logic if dQNA exists else (a) ask "Would you like hints? 'yes button' 'skip button' 'no button (b) if user wants to skip or no more clues or detailedQNAs to show, skip, goto (e); (e) else if yes, show a clue or dQNA step (c) give 'answer choices' and ask for answer (d) if answer is wrong, go to (b) (e) "Would you like a detailed answer? 'yes button' 'no button' (f) if 'yes' show all steps of the clue and detailedQNAs as detailed answer. 

 From a raw file to user perspective, we need to show user CQ -> DS -> dQNA -> dAns where dAns = CQ+DS+dQNA

Back