Skip to content

Commit 59a038d

Browse files
Update quiz.html
1 parent 00d23dc commit 59a038d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quiz.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ <h3>Quiz Questions</h3>
493493
<script>
494494
// --- CONTROL KEYWORD HERE ---
495495
// Change this variable to "disable" or "enable"
496-
const linkControlStatus = "enable"; // Set to "enable" to activate links
496+
const linkControlStatus = "disable"; // Set to "enable" to activate links
497497
// --- END CONTROL KEYWORD ---
498498

499499
// Object to store original text content for jumbling/unjumbling
@@ -616,7 +616,7 @@ <h3>Quiz Questions</h3>
616616
jumbleText(element);
617617
});
618618

619-
statusElement.innerHTML = 'MINDMASH - WEEK 04 QUIZ<br>starts at 21/6/25 6.00 PM IST!';
619+
statusElement.innerHTML = 'MINDMASH - WEEK 05 QUIZ<br>starts next Saturday!!';
620620
statusElement.style.color = '#CC0000'; // Red for closed
621621
}
622622
}

0 commit comments

Comments
 (0)