From c749e28c9bc049811db2b070ce0ec09d7d71ef2c Mon Sep 17 00:00:00 2001 From: Marcus Green Date: Thu, 24 Oct 2024 19:23:32 +0100 Subject: [PATCH] Changed activities per session value in settings to 2. It was 5 and would show a warning if a form was submitted with fewer than 5 eligable activiy items in the course https://github.com/marcusgreen/moodle-tool_driprelease/issues/7 --- settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.php b/settings.php index 7f3f4ed..daecb13 100644 --- a/settings.php +++ b/settings.php @@ -39,7 +39,7 @@ 'tool_driprelease/activitiespersession', get_string('activitiespersession', 'tool_driprelease'), get_string('activitiespersession_text', 'tool_driprelease'), - '5', + '2', PARAM_ALPHANUMEXT, 3 ));