Skip to content

Commit e2544e5

Browse files
authored
fix: change redirect time to exam to 2 secs (#432)
1 parent d6049ae commit e2544e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lti_consumer/templates/html/lti_start_assessment.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!DOCTYPE html>
44
<html>
55
<head>
6-
<meta http-equiv="refresh" content="5; url='{{ context_url }}'" >
6+
<meta http-equiv="refresh" content="2; url='{{ context_url }}'" >
77
<title>LTI</title>
88
</head>
99
<body>

0 commit comments

Comments
 (0)