Skip to content

Commit

Permalink
chore: assessment api module docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
muselesscreator committed Sep 12, 2023
1 parent 1f8ffe3 commit 405840c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openassessment/xblock/apis/assessments/peer_assessment_api.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
External API for ORA Peer Assessment data
"""
import logging

from openassessment.assessment.errors import PeerAssessmentWorkflowError
Expand Down
3 changes: 3 additions & 0 deletions openassessment/xblock/apis/assessments/self_assessment_api.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
External API for ORA Self Assessment data
"""
from submissions import api as submission_api

from openassessment.assessment.api import self as self_api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
External API for ORA Staff Assessment data
"""
from submissions import team_api as team_sub_api

from openassessment.assessment.api import staff as staff_api, teams as teams_api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
External API for ORA Student Training data
"""
from openassessment.assessment.api.student_training import (
get_num_completed,
get_training_example,
Expand Down

0 comments on commit 405840c

Please sign in to comment.