You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return "The student "+self.Student.getName() + " with the id: "+ str(self.Student.getId()) + " which is in the group: "+str(self.Student.getGroup())+ " has the assignment "+self.Assignment.getDescription()+" with the deadline on: "+str(self.Assignment.getDeadline())+" and the grade: "+str(self.Assignment.getGrade())+"."