def grade_submission_with_graded_problem_table(assignment, username): """Routes the user to the grading a submission by problem""" return grading.submissionbyproblem(assignment, username)
def grade_submission_with_graded_problem_table(assignment, username): """When the user posts, they are grading a whole submission.""" return grading.submissionbyproblem(assignment, username)