diff --git a/classes/completion/custom_completion.php b/classes/completion/custom_completion.php index 6b1f4c9..0f6f713 100644 --- a/classes/completion/custom_completion.php +++ b/classes/completion/custom_completion.php @@ -173,4 +173,13 @@ public function get_sort_order(): array { 'completion_with_all_places', ]; } + + /** + * Show the manual completion or not regardless of the course's showcompletionconditions setting. + * + * @return bool + */ + public function manual_completion_always_shown(): bool { + return true; + } }