问题
We are checking all the paths to integrate a .Net application with Moodle, we would like to redirect our .net application users to Moodle so they can take some courses there but I have some questions:
- Is it required to create a user for each account so they can enroll in a course in Moodle? I mean is it possible to have "anonymous" students taking courses in Moodle?
- We would like to authenticate our users from our .Net application and redirect them directly to a course in Moodle, is this possible?
Thanks!
回答1:
- Yes. In Moodle there is the concept of guest access, with which not registered users can access the system and possibly be enrolled into courses. More information here.
- Yes. You can use an authentication plugin of Moodle in order to access Moodle from other systems. There are many possibilities here. More details here.
来源:https://stackoverflow.com/questions/47448820/moodle-integration-questions