Skip to content

Commit

Permalink
fix(*): survey details
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush8923 committed Aug 28, 2024
1 parent d08cbf1 commit df87971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/assign_survey.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</div>
<div class="accordion-body pl-5">
<div class="row">
<select class="form-control" name="assign_to_students[]" multiple required>
<select class="form-control" name="assign_to_teachers[]" multiple required>
<?php
$selectedGrades = isset($schoolsurvey->teacher_grade) ? json_decode($schoolsurvey->teacher_grade) : [];
for ($grade = 1; $grade <= 12; $grade++) {
Expand Down

0 comments on commit df87971

Please sign in to comment.