18
0

Merge remote-tracking branch 'flask_repo/main' into flask

This commit is contained in:
2024-09-28 12:38:06 -07:00
4 changed files with 42 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
$(document).ready(function() {
$('#goodButton, #badButton, #neutralButton, #absentButton').on('click', function() {
$('#goodButton, #badButton, #neutralButton, #absentButton, #nextButton').on('click', function() {
var studentName = $('#studentName').text();
console.log(studentName);
var buttonValue = $(this).val();
@@ -13,7 +13,7 @@ $(document).ready(function() {
course: courseCode
},
success: function(response) {
console.log(response);
$('#studentName').text(response);
},
error: function(error) {
console.log(error);