-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Master's track Gradebook - Bulk Grade Management and Intervention… #1844
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good, just a few minor corrections.
This feature is available in courses with a Master’s track, to support bulk grade adjustments or curving. It allows you to override subsection (i.e. assignment or exam) grades for in bulk by uploading a file. | ||
|
||
.. note:: | ||
Grade overrides apply to all learners enrolled in supported courses, but there is a size limit of 4MB (~10k learners) for uploaded files. If your Master’s track course is bigger than this, you’ll have to upload grading files in chunks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you have to start the body of your note on the same line as .. note::
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, thanks
|
||
To override grades in bulk, follow these steps. | ||
|
||
To view the **Progress** page for a specific learner, follow these steps. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this line was accidentally copied here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleted, thanks.
|
||
#. Open the CSV in a data editor like Excel. | ||
|
||
#. Fill in the new grade column for the assignment you want to override grades for and save the file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: should be "assignment(s)" since you can modify multiple assignments from the same file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, thanks
|
||
.. note:: Master’s-only feature | ||
|
||
This feature is available in courses with a Master’s track, to support manual learning interventions. It allows you to export per-learner progress and grade information for Master’s track learners, and allow you to identify and reach out to learners who may need additional help. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"...and allows you to..."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
field. Searches are case-insensitive. | ||
|
||
* You can change, or override, the grade that a learner has received for a | ||
specific subsection. For information about how to do this, see | ||
:ref:`Override in Gradebook`. | ||
|
||
* [Master’s courses] The edX gradebook has several features for higher-touch courses. For learners in the Master’s track: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: is it high-touch or higher-touch ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we've been using higher-touch to compare Master's to regular MOOCs. However, high-touch may be simpler. Thanks.
This feature is available in courses with a Master’s track, to support bulk grade adjustments or curving. It allows you to override subsection (i.e. assignment or exam) grades for in bulk by uploading a file. | ||
|
||
.. note:: | ||
Grade overrides apply to all learners enrolled in supported courses, but there is a size limit of 4MB (~10k learners) for uploaded files. If your Master’s track course is bigger than this, you’ll have to upload grading files in chunks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: ...in supported courses. There is a .... instead of "...courses, but...."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Broke out into two sentences, thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bit of scope creep after looking at the built docs: we may want to refresh the gradebook UI screencap in shared/images/Learner_Gradebook.png
Agreed - we should replace this image. I was thinking of doing two separate commits: this one for the text documentation update, and a second one for the image update.
da4bbaa
to
c8c4221
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bit of scope creep after looking at the built docs: we may want to refresh the gradebook UI screencap in shared/images/Learner_Gradebook.png
Here's what that looks like currently in situ:
Agreed - we should replace this image. I was thinking of doing two separate commits: this one for the text documentation update, and a second one for the image update.
Sounds good! To do that you won't need to --force-with-lease
if you create a separate commit for the image change, rather than amending.
…s report
DOC-XXXX
Add a description of your changes with links to any relevant material.
Date Needed (optional)
If the release date of a feature is known or estimated, provide it to give reviewers guidance on turnaround time.
Reviewers
Possible roles follow. The PR submitter checks the boxes after each reviewer finishes and gives 👍.
FYI: Tag anyone else who might be interested in this PR here.
Testing
HTML Version (optional)
Sandbox (optional)
Post-review