Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 1e5ae1f

Browse files
committed
Show feedback to instructors even in peer mode
1 parent eee4d9e commit 1e5ae1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runestone/mchoice/js/mchoice.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ export default class MultipleChoice extends RunestoneBase {
513513
if (logFlag) {
514514
this.logMCMFsubmission();
515515
}
516-
if (!eBookConfig.peer) {
516+
if (!eBookConfig.peer || eBookConfig.isInstructor) {
517517
this.renderMCMFFeedback();
518518
if (this.useRunestoneServices) {
519519
this.enableMCComparison();

0 commit comments

Comments
 (0)