memphis-iis / mofacts

8 stars 1 forks source link

Iss1393: UI Settings for more cutomizability #1396

Closed JRustyHaner closed 10 months ago

JRustyHaner commented 10 months ago

Fixes #1393

New Specs for UISettings @imrryr

onlyShowSimpleFeedback ("onCorrect" | "onIncorrect" | true | false, default: onCorrect): Reduces feedback to just the word "Correct" or "Incorrect". This is controllable to trigger during correct response feedback using the "onCorrect" setting. Inversely, this can be set to "onIncorrect" to trigger only during incorrect response feedback. True enables both, and false enables neither setting.

displayUserAnswerInFeedback ("onCorrect" | "onIncorrect" | true | false, default: onIncorrect): This prepends the user answer in the feedback. This is controllable to trigger during correct response feedback using the "onCorrect" setting. Inversely, this can be set to "onIncorrect" to trigger only during incorrect response feedback. True enables both, and false enables neither setting.