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

Exam check for unsubmitted exercises not working for instructors #10076

Open
muradium opened this issue Dec 23, 2024 · 0 comments
Open

Exam check for unsubmitted exercises not working for instructors #10076

muradium opened this issue Dec 23, 2024 · 0 comments
Assignees
Labels
assessment Pull requests that affect the corresponding module bug exam Pull requests that affect the corresponding module exercise Pull requests that affect the corresponding module lecture Pull requests that affect the corresponding module

Comments

@muradium
Copy link
Contributor

Describe the bug

On exam checklist,unsubmitted exercises check does not receive updates. It can be observed on the following line that this properties is not computed on the server for the instructors: de/tum/cit/aet/artemis/exam/service/ExamService.java:1134

As the instructor is able to assess unsubmitted exams, I expect that the corresponding check gets updates and informs the instructor. Currently, this check is always marked as complete.

To Reproduce

  1. Create a new exam
  2. Add a text exercise to the exam
  3. Fill all details of the exam required for participation, add a student and generate student exams
  4. Participate in the exam as the student, fill an answer to the text exercise, then quit the exam page without submitting your answer
  5. As an instructor, open the management page of the exam
  6. Finish the exam by editing the exam duration and refresh the page
  7. Unsubmitted Exercises check will still be marked as complete, even though there exist unsubmitted exams that have not been assessed

Expected behavior

I expect the instructor to be informed about the unsubmitted exercises when the exam finishes and the corresponding check to be unmarked, until the instructor triggers an assessment of unsubmitted exams.

Screenshots

Screenshot 2024-12-23 at 4 45 39 PM

Which version of Artemis are you seeing the problem on?

7.8.0

What browsers are you seeing the problem on?

Chrome, Safari

Additional context

No response

Relevant log output

No response

@muradium muradium added the bug label Dec 23, 2024
@github-actions github-actions bot added assessment Pull requests that affect the corresponding module exam Pull requests that affect the corresponding module exercise Pull requests that affect the corresponding module lecture Pull requests that affect the corresponding module labels Dec 23, 2024
@muradium muradium self-assigned this Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assessment Pull requests that affect the corresponding module bug exam Pull requests that affect the corresponding module exercise Pull requests that affect the corresponding module lecture Pull requests that affect the corresponding module
Projects
None yet
Development

No branches or pull requests

1 participant