Feature: Output the actual grade percentage
Open
enhancement
- Dominant language
- Python
- Stars
- 435
- Forks
- 124
- Avg merge
- 5h 40m
- Merged PRs (30d)
- 14
Description
Sometimes the output percentages of flows in gradebook are not the actual percentages, when the `grading` rule set `credit_percentage` other than 100, for the purpose, e.g., to encourage in-time submission of assignment. However, there are cases we need to know the actual percentages (actual correctness if neglecting `credit_percentage`).
Unfortuately, the credit_percentage is only used [here](https://github.com/inducer/relate/blob/6f0e4cfaec0f9689922830ec51bf5cc3e8861f81/course/flow.py#L1111), and thus won't be save into the related flow session and grade change objects.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.