Adobe Connect User Community
Menu

#1 2009-09-21 01:57:44

**_isjoergensen_**

Multiple courses report?

Is there anyway where it is possible to create a report for multiple courses?
I have 92 courses which have the same content but are set up as different courses, as it is for different companies within our Group. I would to be able to follow up on these with one report instead of having to make 92 reports.
Any suggestions?

Offline

#2 2009-09-30 19:51:21

**_quinn_**

Re: Multiple courses report?

There isn't an out-of-the-box solution that allows you to do this, but if you're familiar with the XML APIs, you can write a small app that will do this for you.   You would need to get a list of all the courses that have the content as the source first.  This can be done like so:

https://{myconnectproserver}/api/xml?action=sco-expanded-contents&sco-id=295155&filter-source-sco-id=16770299

This will give you the list of courses.   Then you would need to run the XML API to give you the course reports for each course.   You will then have XML data for each course and can then decide to do whatever you want with it.   Flex/Air/ConnectPro XML APIs makes it pretty easy to create such an app, too.

Offline

Board footer