-
Notifications
You must be signed in to change notification settings - Fork 220
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
Prompt instructors to release all grades after a bulk grade import #2103
Prompt instructors to release all grades after a bulk grade import #2103
Conversation
(cherry picked from commit 52c701e)
WalkthroughWalkthroughThe recent update enhances the user interface for bulk grading in assessments. It introduces a convenient link to return to the bulk import grades page and adds a new feature allowing users to prompt the release of all grades for an assessment. Additionally, the success message that appears after completing a bulk grade import has been refined for clarity and improved user experience. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration 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.
LGTM.
- Minor modifications made to text.
- Tested return link.
- Tested release grades link.
After performing a bulk grade import, instructors are reminded that the grades need to be released before they'll be visible to students. They're given a link that will release all grades.
Description
Motivation and Context
Instructors often forget to release grades after uploading them, so students complain to them. This should remind instructors that releasing grades is necessary, and it makes it easy to do it.
How Has This Been Tested?
I verified the message shows after a bulk import and the link works.
Types of changes
Checklist:
overcommit --install && overcommit --sign
to use pre-commit hook for linting