Skip to content

Commit b83211b

Browse files
Update feedback.html
1 parent b41bbda commit b83211b

File tree

1 file changed

+32
-29
lines changed

1 file changed

+32
-29
lines changed

feedback.html

Lines changed: 32 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<!DOCTYPE html>
32
<html lang="en">
43
<head>
@@ -295,13 +294,6 @@
295294
transform: scale(1);
296295
}
297296

298-
.success-content p {
299-
font-size: 20px;
300-
font-weight: bold;
301-
color: #008000;
302-
margin-top: 15px;
303-
}
304-
305297
.success-icon-fa {
306298
font-size: 80px;
307299
color: #008000;
@@ -371,43 +363,54 @@ <h2>Feedback Form</h2>
371363
<hr>
372364

373365
<div id="feedbackFormSection">
374-
<h3>Your Feedback</h3>
366+
<h3>Your Feedback on C Programming Series & Website</h3>
375367

376368
<div class="form-group no-select">
377-
<p><strong>1. How satisfied are you with the recent Coders Club event/quiz?</strong></p>
369+
<p><strong>1. How satisfied were you with this C programming series?</strong></p>
378370
<div class="radio-group">
379-
<label><input type="radio" id="rating_5" name="SatisfactionRating" value="5 - Very Satisfied" required> 5 - Very Satisfied</label>
380-
<label><input type="radio" id="rating_4" name="SatisfactionRating" value="4 - Satisfied"> 4 - Satisfied</label>
381-
<label><input type="radio" id="rating_3" name="SatisfactionRating" value="3 - Neutral"> 3 - Neutral</label>
382-
<label><input type="radio" id="rating_2" name="SatisfactionRating" value="2 - Dissatisfied"> 2 - Dissatisfied</label>
383-
<label><input type="radio" id="rating_1" name="SatisfactionRating" value="1 - Very Dissatisfied"> 1 - Very Dissatisfied</label>
371+
<label><input type="radio" id="q1_rating_5" name="C_Series_Satisfaction" value="5 - Very Satisfied" required> 5 - Very Satisfied</label>
372+
<label><input type="radio" id="q1_rating_4" name="C_Series_Satisfaction" value="4 - Satisfied"> 4 - Satisfied</label>
373+
<label><input type="radio" id="q1_rating_3" name="C_Series_Satisfaction" value="3 - Neutral"> 3 - Neutral</label>
374+
<label><input type="radio" id="q1_rating_2" name="C_Series_Satisfaction" value="2 - Dissatisfied"> 2 - Dissatisfied</label>
375+
<label><input type="radio" id="q1_rating_1" name="C_Series_Satisfaction" value="1 - Very Dissatisfied"> 1 - Very Dissatisfied</label>
376+
</div>
377+
</div>
378+
379+
<div class="form-group no-select">
380+
<p><strong>2. Were the C programming topics easy to understand?</strong></p>
381+
<div class="radio-group">
382+
<label><input type="radio" id="q2_yes" name="Topics_Easy_Understand" value="Yes, very easy" required> Yes, very easy</label>
383+
<label><input type="radio" id="q2_somewhat" name="Topics_Easy_Understand" value="Somewhat easy"> Somewhat easy</label>
384+
<label><input type="radio" id="q2_difficult" name="Topics_Easy_Understand" value="No, difficult at times"> No, difficult at times</label>
384385
</div>
385386
</div>
386387

387388
<div class="form-group">
388-
<p class="no-select"><strong>2. What did you like most about the event/quiz?</strong></p>
389-
<textarea id="likedMost" name="LikedMost" required placeholder="Tell us what you enjoyed..."></textarea>
389+
<p class="no-select"><strong>3. Which part of the website was to your satisfaction and why?</strong></p>
390+
<textarea id="websiteSatisfaction" name="Website_Satisfaction" placeholder="Tell us what you liked about the website..."></textarea>
390391
</div>
391392

392393
<div class="form-group">
393-
<p class="no-select"><strong>3. What suggestions do you have for improving future events/quizzes?</strong></p>
394-
<textarea id="suggestions" name="Suggestions" required placeholder="Suggestions for improvement..."></textarea>
394+
<p class="no-select"><strong>4. What kind of new programming topics would you like The Coders Club to cover in the future?</strong></p>
395+
<textarea id="futureTopics" name="Future_Topics" placeholder="e.g., Python basics, Web Development, Data Structures..."></textarea>
395396
</div>
396397

397398
<div class="form-group no-select">
398-
<p><strong>4. Would you recommend Coders Club events/quizzes to your friends?</strong></p>
399+
<p><strong>5. How helpful were the coding examples provided in the series?</strong></p>
399400
<div class="radio-group">
400-
<label><input type="radio" id="recommend_yes" name="Recommend" value="Yes" required> Yes</label>
401-
<label><input type="radio" id="recommend_no" name="Recommend" value="No"> No</label>
402-
<label><input type="radio" id="recommend_maybe" name="Recommend" value="Maybe"> Maybe</label>
401+
<label><input type="radio" id="q5_rating_5" name="Examples_Helpfulness" value="5 - Extremely Helpful" required> 5 - Extremely Helpful</label>
402+
<label><input type="radio" id="q5_rating_4" name="Examples_Helpfulness" value="4 - Very Helpful"> 4 - Very Helpful</label>
403+
<label><input type="radio" id="q5_rating_3" name="Examples_Helpfulness" value="3 - Moderately Helpful"> 3 - Moderately Helpful</label>
404+
<label><input type="radio" id="q5_rating_2" name="Examples_Helpfulness" value="2 - Slightly Helpful"> 2 - Slightly Helpful</label>
405+
<label><input type="radio" id="q5_rating_1" name="Examples_Helpfulness" value="1 - Not Helpful"> 1 - Not Helpful</label>
403406
</div>
404407
</div>
405408

406-
<div class="form-group">
407-
<p class="no-select"><strong>5. Any other comments or feedback?</strong></p>
408-
<textarea id="otherComments" name="OtherComments" placeholder="Optional comments..."></textarea>
409+
<div class="form-group">
410+
<p class="no-select"><strong>6. Do you have any other suggestions for The Coders Club to make things better?</strong></p>
411+
<textarea id="generalSuggestions" name="General_Suggestions" placeholder="Share any other thoughts or ideas..."></textarea>
409412
</div>
410-
413+
<p><strong>After submission wait until you see a tick</strong></p>
411414
<button type="submit" class="submit-button">Submit Feedback</button>
412415
</div>
413416
</form>
@@ -422,7 +425,7 @@ <h3>Your Feedback</h3>
422425

423426
<footer>
424427
<p>Created by The Coders Club</p>
425-
<a href="https://www.instagram.com/the_mce.coders_club?igsh=Z245eDZmdWhkcmRn" target="_blank">
428+
<a href="https://www.instagram.com/endeleasglint/" target="_blank">
426429
<img src="IG.png" alt="Instagram" class="social-logo">
427430
</a>
428431
<a href="https://www.linkedin.com/in/thecodersclub-mce/" target="_blank">
@@ -439,7 +442,7 @@ <h3>Your Feedback</h3>
439442
<script>
440443
// --- CONTROL KEYWORD HERE ---
441444
// Change this variable to "disable" or "enable"
442-
const formControlStatus = "disable"; // Changed variable name to be specific for feedback form
445+
const formControlStatus = "enable"; // Changed variable name to be specific for feedback form
443446
// --- END CONTROL KEYWORD ---
444447

445448
// Object to store original text content for jumbling/unjumbling

0 commit comments

Comments
 (0)