You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another idea I had was to extend the feedback option from a mere correct and incorrect to one option for each option. You can easily implement it in the JSON data by adding feedback to every option in addition to option and correct. A little bit of javascript can then display the feedback corresponding to the option chosen.
You will want to retain the current way of doing this.
The text was updated successfully, but these errors were encountered:
From @ramnathv https://github.com/QuickenLoans/SlickQuiz/issues/6
Another idea I had was to extend the feedback option from a mere correct and incorrect to one option for each option. You can easily implement it in the JSON data by adding feedback to every option in addition to option and correct. A little bit of javascript can then display the feedback corresponding to the option chosen.
You will want to retain the current way of doing this.
The text was updated successfully, but these errors were encountered: