jeff/feature-targeted-feedback #1836
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@nparlante
Creating pull request for the "targeted feedback" feature on multiple choice questions.
This allows the author to have include targeted feedback for when students select an incorrect choice. Currently, the system only allows feedback blurbs that correspond to the correct answer. Targeted feedback will show up without the student needing to click the "Show Answer" button. There is also an option to change the explanation for the correct choice from a solution to targeted feedback. This essentially means that a student will see this automatically without clicking any buttons, and will also not see a green checkmark next to the correct answer until pressing the "Show Answer" button.
To try out, you set up a multiple choice problem with attribute
targeted-feedbackset to any value, or to always show the correct solution without the student needing to press a button or see the correct choice, set the value toalwaysShowCorrectChoiceExplanation. Then, you can provide targeted feedback by including a<targetedfeedback>element within a parent<targetedfeedbackset>element. Theexplantion-idattribute must match between the<choice>and the<targetedfeedback>.Example XML: