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

proctor authentication for grade test when problems are not numbered consecutively from 1 #2247

Closed
Alex-Jordan opened this issue Nov 11, 2023 · 1 comment

Comments

@Alex-Jordan
Copy link
Contributor

Found this while testing #2245.

  1. On develop branch, go to Library Browser and create a new empty set. Add two problems to it.
  2. Use Set Manager to delete the first problem, leaving the second problem still numbered as number 2.
  3. Use Set Manager to change it to a Proctored Test, with authentication for start and grade. Adjust the dates so that you can start the test now.
  4. Start the test. Enter an answer for the lone question. Click to grade.

This leads to the error I encountered as described in the #2245 thread. The issue is ultimately that in the database, the problem is numbered as 2, but there is a call to the database looking for a problem with number 1. I haven't looked into it enough to suggest a solution.

@drgrice1
Copy link
Member

Fixed by #2248 and #2249.

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

No branches or pull requests

2 participants