Skip to content

Commit 9a57110

Browse files
Update feedback.html
1 parent 58d6ebe commit 9a57110

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

feedback.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ <h2 class="site-title">The Coders Club</h2>
331331
<div class="button-container">
332332
<button class="nav-button" onclick="window.location.href='index.html';">Home</button>
333333
<button class="nav-button" onclick="window.location.href='weeklycontent.html';">Weekly Content</button>
334-
<button class="nav-button" onclick="window.location.href='quiz.html';">Week 5 Quiz</button>
335-
<button class="nav-button" onclick="window.location.href='finalquiz.html';">Final Quiz</button>
334+
<button class="nav-button" onclick="window.location.href='quiz.html';">Brain Cache</button>
335+
<button class="nav-button" onclick="window.location.href='finalquiz.html';">Mindmash</button>
336336
<button class="nav-button" onclick="window.location.href='leaderboard.html';">Leaderboard</button>
337337
<button class="nav-button active-nav-button" onclick="window.location.href='feedback.html';">Feedback</button>
338338
</div>
@@ -522,7 +522,7 @@ <h3>Your Feedback</h3>
522522
unjumbleText(element);
523523
});
524524

525-
statusElement.innerHTML = 'MINDMASH - FEEDBACK OPEN<br>Please share your valuable thoughts!';
525+
statusElement.innerHTML = 'C Programming Series - Feedback OPEN<br>Please share your valuable thoughts!';
526526
statusElement.style.color = '#008000'; // Green for active
527527
} else { // Assumes "disable" or any other value means disabled
528528
// Form is Disabled
@@ -540,7 +540,7 @@ <h3>Your Feedback</h3>
540540
jumbleText(element);
541541
});
542542

543-
statusElement.innerHTML = 'MINDMASH - FEEDBACK<br>form enables after this series end';
543+
statusElement.innerHTML = 'C Programming Series - Feedback<br>form enables on 30/6/2025 at 6.00 PM IST';
544544
statusElement.style.color = '#CC0000'; // Red for closed
545545
}
546546
// Navigation buttons (Back to Quiz, Leaderboard) are NOT managed by formControlStatus

0 commit comments

Comments
 (0)