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

fix: exam content will not be viewable if due date has passed #872

Merged
merged 2 commits into from
Jun 7, 2021

Commits on Jun 7, 2021

  1. fix: exam content will not be viewable if due date has passed

    Previously, if a learner had submitted their proctored exam and if the
    exam due date had passed, they were able to acknowledge their status
    and view the exam content. This is no longer wanted and poses an integrity
    threat. Students will not be able to acknowledge their status after this change,
    and exam content will only be viewable if the django setting PROCTORED_EXAM_VIEWABLE_PAST_DUE
    is set to True.
    alangsto committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    6ef85e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e74f259 View commit details
    Browse the repository at this point in the history