Moodle as a wrapper for independent site

Moodle as a wrapper for independent site

shahar boro發表於
Number of replies: 3

Hi all

I'm (very) new to Moodle..

Does anyone know if its possible for Moodle to host other site?

I have an MVC3 site on IIS that contains some quizzes.I want it to be hosted inside moodle and to use only the grades(in scorm format) as an input to the rest of the Moodle components. 

Is it possible?

Thanks!

評比平均分數: -
In reply to shahar boro

Re: Moodle as a wrapper for independent site

Luis de Vasconcelos發表於
Particularly helpful Moodlers的相片

> Does anyone know if its possible for Moodle to host other site?

I don't think Moodle can "host" another site/application - especially one that's written using a completely different technology (MVC3). But you can integrate Moodle with other sites / applications.

Does that MVC3 site support web services, e.g. SOAP? If so, then you might be able to create an integration layer between Moodle and the MVC3 application using a web service. See: http://docs.moodle.org/24/en/Using_web_services

It seems that other people have tried to do similar things using SCORM. Example:

https://moodle.org/mod/forum/discuss.php?d=200886
https://moodle.org/mod/forum/discuss.php?d=211086

It looks tricky!