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

Commit ed3c560

Browse files
committed
disable interaction of the last question
1 parent 5d4e53a commit ed3c560

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

runestone/timed/js/timed.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,7 @@ export default class Timed extends RunestoneBase {
815815
currentQuestion.checkCurrentAnswer();
816816
currentQuestion.logCurrentAnswer();
817817
currentQuestion.renderFeedback();
818+
currentQuestion.disableInteraction();
818819

819820
for (var i = 0; i < this.renderedQuestionArray.length; i++) {
820821
let currentQuestion = this.renderedQuestionArray[i];

0 commit comments

Comments
 (0)