openedx / openedx/openedx-platform
CCX Coach - Grading Policy
@diana-villalvazo-wgu is already working on this.
Since Sep 8, 2026.
- Dominant language
- Python
- Stars
- 8.2k
- Forks
- 4.4k
- Avg merge
- 6d 18h
- Merged PRs (30d)
- 42
Description
-
http://local.openedx.io:8000/api/ccx_coach/v2/courses/{ccxCourseId}/grading_policy
GET
send current policy as json response, in the same format we used for this endpoint http://local.openedx.io:8000/api/instructor/v2/courses/{courseId}/grading-config -
http://local.openedx.io:8000/api/ccx_coach/v2/courses/{ccxCourseId}/grading_policy
PUT
Currently every time a change is made on a grading policy we made a POST to:
http://local.openedx.io:8000/courses/{ccxCourseId}/ccx_set_grading_policy
so we will retrieve same logic but use a PUT instead and this will be the payload:
Payload:
{
policy: object
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.