Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Aniii10
Copy link
Contributor

@Aniii10 Aniii10 commented Sep 26, 2024

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.

@ern ern changed the title SAK-50171:Assignments: Rubrics are not published when pressing Releas… SAK-50171 Assignments rubrics are not published when pressing release grades Sep 26, 2024
if (evaluation) {
evaluation.status = 2;
const evaluationStatus = 2;
Copy link
Contributor

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.

Copy link
Contributor

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

@ottenhoff
Copy link
Contributor

ottenhoff commented Oct 8, 2024

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.

@st-manu
Copy link
Contributor

st-manu commented Oct 14, 2024

@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).

@ottenhoff
Copy link
Contributor

the rubric remains in draft status (this can be confirmed even from the browser without accessing the database)

Thank you. How do I confirm this in the browser?

@st-manu
Copy link
Contributor

st-manu commented Oct 18, 2024

Thank you. How do I confirm this in the browser?

Student:
image

Teacher:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants