We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e2f71 commit c4e6d3eCopy full SHA for c4e6d3e
lifterlms/lifterlms-change-quiz-resume-time.php
@@ -0,0 +1,9 @@
1
+<?php // Don't copy this line!
2
+/**
3
+ * Modify the amount of time after starting a quiz attempt that a student can resume it, if enabled.
4
+ */
5
+
6
+add_filter( 'llms_quiz_attempt_resume_time_period', function() {
7
+ // Amount of time in hours. Default is 24 (one day).
8
+ return 48;
9
+} );
0 commit comments