Skip to content

Commit

Permalink
add todo about module objects
Browse files Browse the repository at this point in the history
  • Loading branch information
milt committed Oct 9, 2024
1 parent fa602c3 commit 1d5cd81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/transformer/utils/get_activity/course_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ function course_module(array $config, \stdClass $course, int $cmid) {
$activitytype = $xapitype;
}

// TODO: Some objects (like mod_choice CMI interactions) will need more
// dispatch and add those here
$object = [
'id' => $coursemoduleurl,
'definition' => [
Expand Down

0 comments on commit 1d5cd81

Please sign in to comment.