-
Currently it's possible to download course instance gradebook CSV containing grades by assessment, but sometimes I need a more granular download per question. This is needed to compute grades per lear…
-
https://github.com/Tstreets1000/Project-2-Gradebook/blob/c1c2b0d34f0e73a1d4c041b74dded9e9d2ebe35c/models/student.js#L6
-
https://github.com/Tstreets1000/Project-2-Gradebook/blob/c1c2b0d34f0e73a1d4c041b74dded9e9d2ebe35c/models/assignment.js#L6
-
https://github.com/Tstreets1000/Project-2-Gradebook/blob/c1c2b0d34f0e73a1d4c041b74dded9e9d2ebe35c/models/classroom.js#L6
-
https://github.com/openedx/frontend-app-gradebook/blob/e44f5dde4418e098b9e6a7376a38c11ff6066de0/src/lightning.js#L128
- Get Feedback widget collects feedback from edx/2u learners. It should not con…
-
Need to replace the cells in the gradebook. Currently a dummy field.
It needs to be a button that links to the Submissions tab
Button should display the relevant grade.
-
Canvas (and perhaps other LMS that we want to support in the future) has no mechanism for supporting a late policy. It merely records whether an exercise is done late or not. This leads to at various …
-
Kind of already talked about, but how to deal with the extra credit stars in the gradebook...?
-
Dears @NicoDucou @ywarnier @AngelFQC ,
**Description:** When i tried to use grading model inside a course with 6 categories as in the example below and try to edit the assessment for any reason an…
-
Only classes that are directly related to the Gradebook functionality should be in this package. Other class can either be in the default package, or a new package if we desire.