app/soc/models/grading_project_survey.py
changeset 2493 0aabd2d76606
parent 2444 6276c3340c30
child 2793 8c88226b27e7
equal deleted inserted replaced
2492:6eac6cd88dad 2493:0aabd2d76606
    31   """
    31   """
    32 
    32 
    33   def __init__(self, *args, **kwargs):
    33   def __init__(self, *args, **kwargs):
    34     super(GradingProjectSurvey, self).__init__(*args, **kwargs)
    34     super(GradingProjectSurvey, self).__init__(*args, **kwargs)
    35     self.taking_access = 'mentor'
    35     self.taking_access = 'mentor'
    36 
       
    37   def getRecords(self):
       
    38     """Returns all GradingProjectSurveyRecords belonging to this survey.
       
    39     """
       
    40     return self.grading_survey_records