app/soc/logic/models/grading_record.py
changeset 2660 e2654d53a643
parent 2626 17dd9ada27cb
child 2794 dd841c3160d8
equal deleted inserted replaced
2659:8df08a3b17db 2660:e2654d53a643
    88     See GradingRecord model for description of the grade_decision value.
    88     See GradingRecord model for description of the grade_decision value.
    89 
    89 
    90     Args:
    90     Args:
    91       project: Project entity
    91       project: Project entity
    92       survey_group: a GradingSurveyGroup entity
    92       survey_group: a GradingSurveyGroup entity
    93       record_entity an optional GradingRecord entity
    93       record_entity: an optional GradingRecord entity
    94 
    94 
    95     Returns:
    95     Returns:
    96       Dict containing the fields that should be set on a GradingRecord for this
    96       Dict containing the fields that should be set on a GradingRecord for this
    97       GradingSurveyGroup and StudentProject
    97       GradingSurveyGroup and StudentProject
    98     """
    98     """