memphis-iis / mofacts

8 stars 1 forks source link

Display Settings For Correct Answer #1393

Closed Brtelfer closed 10 months ago

Brtelfer commented 10 months ago

Is there a way through the uiSettings to make the extra feedback for the correct answer not display? It would be nice to have it only say "correct" when the answer is correct and the additional details when the answer is incorrect.

image
imrryr commented 10 months ago

So, there are two small issues here. It seems impossible to get the feedback only once. Can we block the second time (I'm not sure it is ever appropriate to present it twice, but maybe I don't see the use case...)? Also, can we block the correct answer entirely, just have it say "Correct."? Thanks! @JRustyHaner

JRustyHaner commented 10 months ago

@imrryr which package? I'll need to investigate

imrryr commented 10 months ago

Well all of my quiz packages behave this way, so you could look at those. This is especially an issue for feedback on multiple choice. Not sure I noticed an issue for the fill-in trials, but we want the same behavior to be possible there too. unit1.zip

JRustyHaner commented 10 months ago

@imrryr with the propsed UI settings in the PR #1396, you're settings would be modified to

"displayUserAnswerInFeedback": "onIncorrect", "onlyShowSimpleFeedback": "onCorrect",

which are the defaults, so you can either set these, or remove the lines from your settings entirely. Would this effect any current tdfs by students, changing these defaults?