Skip to content

Commit

Permalink
fix: change redirect time to exam to 2 secs (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u committed Dec 11, 2023
1 parent d6049ae commit e2544e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lti_consumer/templates/html/lti_start_assessment.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="5; url='{{ context_url }}'" >
<meta http-equiv="refresh" content="2; url='{{ context_url }}'" >
<title>LTI</title>
</head>
<body>
Expand Down

0 comments on commit e2544e5

Please sign in to comment.