Add Popup text upon Quiz Question Submit
Gentlefolk,
I am developing a quiz for which the requirement is that if a question is failed, then the correct answer is displayed along with an explanation of why the answer is correct and the other options incorrect.
The amount of text means that modifying the existing FAILURE messages won't be practical - mainly because the user will be given two chances to answer the quiz correctly. The first response must be then the "Incorrect, try again" message.
The logic flow then would be:
Upon submit:
- if correct, proceed to next question
- if incorrect, display "try again"
- if second attempt incorrect, display explanatory information.
> Upon close of explanatory explantion block, goto next question
Or something along those lines.
I believe there is an Advanced Action that I could employ, but I don't see a "cpQuizInfo..." variable named to cover this situation. Do I exploit "cpQuizInfoPassFail" or some other variable?
Looking for ideas!!!
Thank you!
Don
