We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8de81 commit 6c5fe9eCopy full SHA for 6c5fe9e
1 file changed
bases/rsptx/interactives/runestone/mchoice/js/mchoice.js
@@ -546,6 +546,7 @@ export default class MultipleChoice extends RunestoneBase {
546
`✖️ You gave ${numGiven} ${answerStr} and got ${numCorrect} correct of ${numNeeded} needed.<ol type="A">${feedbackText}</ul>`;
547
this.feedBackDiv.className = "alert alert-danger";
548
}
549
+ this.queueMathJax(this.feedBackDiv);
550
551
552
processMCMFSubmission(logFlag) {
@@ -627,6 +628,7 @@ export default class MultipleChoice extends RunestoneBase {
627
628
this.feedBackDiv.innerHTML = "✖️ " + feedbackText;
629
630
631
632
633
enableMCComparison() {
634
if (eBookConfig.enableCompareMe) {
0 commit comments