Skip to content

Superusers cannot take quizzes in archived courses #96

@krishnans2006

Description

@krishnans2006

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions