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

Superusers cannot take quizzes in archived courses #96

Open
krishnans2006 opened this issue Jan 10, 2025 · 0 comments
Open

Superusers cannot take quizzes in archived courses #96

krishnans2006 opened this issue Jan 10, 2025 · 0 comments

Comments

@krishnans2006
Copy link
Member

krishnans2006 commented Jan 10, 2025

A course being archived should not prevent superusers (or teachers of the course) from interacting with it as normal.

However, archived courses completely prevent anyone from taking quizzes (after clicking "Begin quiz"). This is due to

Assignment.objects.filter_visible(request.user).filter(course__archived=False),
which always returns a 404 from quiz_view() if the course is archived.

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

No branches or pull requests

1 participant