-
-
Notifications
You must be signed in to change notification settings - Fork 935
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
SAK-50171 Assignments rubrics are not published when pressing release grades #12919
base: master
Are you sure you want to change the base?
Conversation
if (evaluation) { | ||
evaluation.status = 2; | ||
const evaluationStatus = 2; |
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.
You should set 2 on the evaluation object itself, or set it on completion.
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.
does this still need to be addressed? I don't understand how to do it
can you update the JIRA test case? I followed the test plan as best I could and never ran into a bug. I logged in as a student and I saw the rubric points assigned to me. i look in the database and I see status=1 on the rbc_evaluation table. It seems like you are saying this is wrong. but i still see the points as a student. |
@ottenhoff I have updated the test plan. The JIRA is old, and I'm not sure if I wrote it incorrectly or if the behavior has changed. After publishing the grades (Click the Save & Don't Release button > Return to the list of submissions > Click on Release Grades), the rubric remains in draft status (this can be confirmed even from the browser without accessing the database). However, the rubric is accessible to the student (a rubric in draft status should not be visible, hence @Aniii10 comment). The change sets the rubric to the correct status (RETURNED). |
Thank you. How do I confirm this in the browser? |
When pressing Release Grades in the task list, in an assignment graded by rubric, the grade is published but the rubric remains in draft status, thus not visible to students.