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