Replies: 2 comments 2 replies
|
The two permissions you changed allow users to submit on behalf of other users, but this is still subject to other restrictions. In particular it will not allow a ta or professor to submit answers on behalf of the student after the due date or when the student is out of attempts. I believe that you will also have to change the following permissions: |
2 replies
|
You should note that There really isn't this battle of the can, will, must, want hashes as you say. The avoid_recording_answers permission is doing what it is intended to do. It overrides the other permissions that you are talking about. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
We encountered some cases that students may not submit their answers for grading within the quiz time limit. Thus, we tried to enable TAs and professors to submit answers for students.
We tried to set
but it doesn't seem to work.
It worked when we set
and TAs and professors can click on "Grade Test" with successful results.
Anyone encountered similar issues? Any reported bugs on
record_answers_when_acting_as_studentandrecord_set_version_answers_when_acting_as_student?All reactions