We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b229455 commit b75e780Copy full SHA for b75e780
lib.php
@@ -182,11 +182,6 @@ function aichat_get_coursemodule_info(stdClass $cm): cached_cm_info {
182
if ($cm->showdescription) {
183
$result->content = format_module_intro('aichat', $aichat, $cm->id, false);
184
}
185
-
186
- if ($cm->completion == COMPLETION_TRACKING_AUTOMATIC) {
187
- $result->customdata['customcompletionrules']['completioncreate'] = $aichat->completioncreate;
188
- $result->customdata['customcompletionrules']['completioncomplete'] = $aichat->completioncomplete;
189
- }
190
191
return $result;
192
0 commit comments