Call sco-update to create a new SCO for the course:
Last updated on
May 15, 2021
|
Also applies to Adobe Connect 9
Use Adobe Connect web services to create a course. First create an empty SCO and then add content to it.
You can use either Adobe Connect Central or Adobe Connect Web Services to create a course. If you use Web Services, first create an empty SCO and then add content to it.
-
https://example.com/api/xml?action=sco-update&name=salescourse&folder-id=12345&icon=course&type=content
-
Parse the response for the sco-id value of the new course.
-
Add content to the new SCO, using the sco-id returned by sco-update:
https://example.com/api/xml?action=sco-update&sco-id=77711&source-sco-id=33444
-
Enroll users in the course (see Enroll one user and Enroll a large number of users).