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

Don't wait for grades if all participants are external #2332

Open
janno42 opened this issue Nov 18, 2024 · 0 comments
Open

Don't wait for grades if all participants are external #2332

janno42 opened this issue Nov 18, 2024 · 0 comments
Assignees
Labels
[C] Backend Focuses on backend implementation [P] Medium Medium priority [S] Very small This issue should require only very small changes.

Comments

@janno42
Copy link
Member

janno42 commented Nov 18, 2024

Currently EvaP holds back evaluation results until the grading process is finished (grade document has been uploaded or it has been confirmed that grading is finished but no grade document will be uploaded for the course), if wait_for_grade_upload_before_publishing is True.
In evaluations where all participants are external, we don't want to wait for the process to be finished (this can happen in D-School courses for example). So in this case, the results can be published as soon as the TextAnswer reviews are finished.

(grading_process_is_finished should always be True for Evaluations where all participants are external.)

@janno42 janno42 added [C] Backend Focuses on backend implementation [P] Medium Medium priority [S] Very small This issue should require only very small changes. labels Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[C] Backend Focuses on backend implementation [P] Medium Medium priority [S] Very small This issue should require only very small changes.
Development

No branches or pull requests

2 participants