What I am thinking is to save the score of that question as embedded data, and then if the answer is incorrect, branch to a new block saying 'it is a wrong answer, please go back', and hide the 'next' button by adding Javascript. Is there any alternative easier way to do that instead?
Page 1 / 1
A side question..
Back button is not working between branches. How are you planning to send them back?
Back button is not working between branches. How are you planning to send them back?
MsIreen you are right. I failed. What should I do instead then?
> @Pei_2009 said:
> What I am thinking is to save the score of that question as embedded data, and then if the answer is incorrect, branch to a new block saying 'it is a wrong answer, please go back', and hide the 'next' button by adding Javascript. Is there any alternative easier way to do that instead?
You could use custom validation on the last question where the valid condition is the correct answer. Then they can't move forward until they answer correctly.
> What I am thinking is to save the score of that question as embedded data, and then if the answer is incorrect, branch to a new block saying 'it is a wrong answer, please go back', and hide the 'next' button by adding Javascript. Is there any alternative easier way to do that instead?
You could use custom validation on the last question where the valid condition is the correct answer. Then they can't move forward until they answer correctly.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.