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

Commit 81373e3

Browse files
committed
remove showFeedback change
1 parent c24cb35 commit 81373e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runestone/timed/js/timed.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ export default class Timed extends RunestoneBase {
3939
this.startingTime = this.timeLimit;
4040
this.limitedTime = true;
4141
}
42-
this.showFeedback = false;
42+
this.showFeedback = true;
4343
if ($(this.origElem).is("[data-no-feedback]")) {
44-
this.showFeedback = true;
44+
this.showFeedback = false;
4545
}
4646
this.showResults = true;
4747
if ($(this.origElem).is("[data-no-result]")) {

0 commit comments

Comments
 (0)