Project

General

Profile

Feature #3749

Updated by Ram Kordale about 1 month 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' 'no 'skip button (b) if skip, goto (e) else if yes, show a clue (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 'skip button' (f) if 'yes' show all steps of the clue as detailed answer.

Back