Best practice forum (Archived)

Display a dynamic list of courses/programs on external site

 
Bodo Hoenen
Display a dynamic list of courses/programs on external site
by Bodo Hoenen - Tuesday, 18 December 2012, 4:05 PM
 

I have a Client who wants to display a dynamic list of available courses/programs on an external site.

Their suggested approch would be to iframe the custom and/or embeded reports, without the other page and theme content that is usually displayed with a report.

Questions:

  • Is it possible to iframe just a report (wihtout other page content) and if so how. 
  • If not what other solution would you suggest?

Regards

Bodo

me
Re: Display a dynamic list of courses/programs on external site
by George Angus - Tuesday, 18 December 2012, 6:01 PM
Group Totara

Hi Bodo,

http://docs.moodle.org/dev/Web_services_API

This might be a useful starting point, the functionality exists: core_course_get_courses

A solution would require some coding. Im not clear on iframe, the user would need to be logged in to see a dynamic list of courses.

hope this helps,

George.