File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments