$(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();
course: courseCode
},
success: function(response) {
- console.log(response);
+ $('#studentName').text(response);
},
error: function(error) {
console.log(error);