コード例 #1
0
ファイル: urldispatch.py プロジェクト: karissa/pointism
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
ファイル: urldispatch.py プロジェクト: karissa/pointism
def grade_submission_with_graded_problem_table(assignment, username):
    """When the user posts, they are grading a whole submission."""
    return grading.submissionbyproblem(assignment, username)