Moodle integration questions

主宰稳场 提交于 2019-12-12 04:47:23

问题


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:

  1. 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?
  2. 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:


  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.
  2. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!