Skip to content

Commit

Permalink
fix: LTI exam use submit thunk (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharis278 authored Jun 22, 2023
1 parent 39a6340 commit fbe0094
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ const SubmitProctoredExamInstructions = () => {
const handleSubmitClick = () => {
if (examHasLtiProvider) {
window.open(submitLtiAttemptUrl, '_blank');
} else {
submitExam();
}
submitExam();
};

return (
Expand Down

0 comments on commit fbe0094

Please sign in to comment.