You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are working on a migration tool using dot net which is used to get data from one of our system to Moodle. We had used below APIs to get data and insert to moodle DB.
I couldn't find a API to insert Scorm activity to a course. How can I achieve this? Could anybody please help me on this?
The text was updated successfully, but these errors were encountered:
sarathlal-sarangadharan
changed the title
How can I create a scorm activity under a course
How can I create a scorm activity under a course programmatically
Feb 20, 2025
We are working on a migration tool using dot net which is used to get data from one of our system to Moodle. We had used below APIs to get data and insert to moodle DB.
core_user_get_users
core_user_create_users
core_cohort_create_cohorts
core_cohort_add_cohort_members
core_course_get_courses_by_field
core_course_create_courses
core_course_get_categories
core_course_create_categories
I couldn't find a API to insert Scorm activity to a course. How can I achieve this? Could anybody please help me on this?
The text was updated successfully, but these errors were encountered: