Hi everyone,
I’m building an e-learning (SCORM) and want to implement individual feedback for each answer option in a graded Multiple Choice question - not a generic correct/incorrect message, but a specific explanation for why each particular option is right or wrong.
My goal:
- Learner selects option A → sees feedback explaining why A is wrong
- Learner selects option B → sees feedback explaining why B is wrong
- Learner selects option C → sees feedback explaining why C is correct
- The score must still be tracked correctly via SCORM
- Learner should be able to retry until they find the correct answer
How can I achieve this?
Thanks ![]()