Skip to content

Commit

Permalink
fix: end assessment launch
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharis278 committed Oct 10, 2023
1 parent 0756267 commit 1ea497d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edx_exams/apps/lti/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def end_assessment(request, attempt_id):

exam = attempt.exam
resource_link_id = exam.resource_id
end_assessment_return = get_end_assessment_return(request.user.anonymous_user_id, resource_link_id)
end_assessment_return = get_end_assessment_return(request.user.id, resource_link_id)

# If end_assessment_return was provided by the Proctoring Tool, and end_assessment was True, then the Assessment
# Platform MUST send an End Assessment message to the Proctoring Tool. Otherwise, the Assessment Platform can
Expand Down

0 comments on commit 1ea497d

Please sign in to comment.