Create a course

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.

  1. Call sco-update to create a new SCO for the course:

    https://example.com/api/xml?action=sco-update&name=salescourse&folder-id=12345&icon=course&type=content
  2. Parse the response for the sco-id value of the new course.

  3. 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
  4. Enroll users in the course (see Enroll one user and Enroll a large number of users ).

// Ethnio survey code removed