moodle

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: 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

How to save and display uploaded image via tinymce editor in MOODLE 2.9

女生的网名这么多〃 提交于 2019-12-12 03:56:19
问题 Save and display tinymce content in Moodle . I have a block that save question and answer in db. I use tinymce editor for this, so that user can enter text and image. My editor form is: ..... $editoroptions = array('maxfiles' => EDITOR_UNLIMITED_FILES, 'noclean'=>true, 'context'=>$context); $mform->addElement('editor', 'title_editor', 'Questions', null, $editoroptions); $mform->addRule('title_editor', null, 'required', null, 'client'); $mform->setType('title_editor', PARAM_RAW); ..... I

How to change the default region on the page where the block is displayed?

寵の児 提交于 2019-12-12 02:58:03
问题 I want to extend a theme in Moodle , and want to change the place (on the page) where a question (in a quiz) is displayed. I have seen the structure of the theme I want to extend. Firstly, I believed that I will have to change the default region (from regions like $side-pre and $side-post etc.) for the block containing the question, for the layout option (like front-page , standard , course etc. ... list of all options here) which represents the page for the quiz. But I can't find the layout

Moodle : local plugin lang. folder

落花浮王杯 提交于 2019-12-12 01:22:34
问题 I have created a local plugin. Inside lang folder, parallel to en folder, I placed a folder zh_cn for chinese and put chinese strings in local_pluginname.php file. What is the langconfig.php file. Is it needed every time or only for installation of language pack. Moodle version 2.8.5 Please help. 来源: https://stackoverflow.com/questions/30691094/moodle-local-plugin-lang-folder

moodle $CFG->dataroot is not configured properly

走远了吗. 提交于 2019-12-11 22:43:11
问题 that is basically the problem, I read that the folder must be outside the public html and it could be the permision, but i tried both of them and I still could not solve it, what more could it be? I did 2 things before the problem started, created a subdomain named master used git pull in the public_html to update the website I have updated the same way before and this problem had never happened, I didn't rewrite anything because the log doesn't show anything related with the moodle, or the

Add Custom User Field (Dropdown) in Moodle

巧了我就是萌 提交于 2019-12-11 13:44:54
问题 Hi I need to add Custom User Field (Dropdown) in Moodle. I know I can add it through https://docs.moodle.org/24/en/User_profile_fields and https://docs.moodle.org/dev/User_profile_fields I went ahead with above method and added dropdown accordingly. However, when I see it in database, {user_info_field} it shows only one row with my select fields seperated by new line. Screenshot is listed. I want these params to be appear in separate rows. Because, I've few development in pipeline which

Debug Info from Moodle Plugin

最后都变了- 提交于 2019-12-11 03:55:40
问题 I am a newbie to Moodle. I am trying to create a local plug which would do tasks (sending email) automatically when user is enrolled / unenrolled. While developing this plugin, I am trying to echo or print_r some information for debug and tracing purposes. The code is as simple as function perform_enrol($eventdata){ echo 'Hello World'; print_r($eventdata); return true; } However, when the code executes, I get the following error occurs: > Syntax Error File: > http://192.168.10.60/moodle/theme

Moodle Integration with a PHP project of mine

半城伤御伤魂 提交于 2019-12-11 03:05:51
问题 I've been developing a project using php that my students use to take quizes (that moodle can't do itself) Now I would like to integrate moodle and my project such that my project authenticates against moodle users and reports grades into a courses gradebook. I've so far been authenticating using direct database reading but I'm very hesitant to do writes to the moodle database. I'm also aware of LTI; I am open to using it but the human readable documentation and any samples are impossible to

网络教学平台MOODLE的安装与基本配置

我是研究僧i 提交于 2019-12-11 02:02:43
网络教学平台MOODLE的安装与基本配置 MOODLE简介 MOODLE安装,Windows或Mac安装包 A.根据自身系统下载相应版本安装包(红框框中部分) B.双击运行上图中的Start Moodel.exe文件 C.打开浏览器,进行配置 D.点击继续 E.服务器检查 F.进行模块安装 G.主管理员账号配置 H.进行新设置(首页与位置设置) 汉语支持 用户管理 A首先不论是任何角色的账户添加,都要先添加用户。 B系统管理员账号创建/添加管理员 C教师与学生账号的创建 D基本信息修改(含密码修改) 课程与班级(选课)管理 课程创建 A进入创建新课程的入口 B录入课程信息 C资源的规划、上传、组织、呈现 D活动(MOODLE支持哪些类型的活动?!)设计、创建、设置 E资源与活动的管理与监控 F评价(测验,以及其他可以评分的!) 教学:监控管理,反馈,评价 学习:资源,活动(人机,人际) 与其他教学平台的对比 参考资料 MOODLE简介 Moodle(Modular Object-Oriented Dynamic Learning Environment)是一个用于制作网络课程或网站的软件包。它是一个全球性的开发项目,用以支持社会建构主义(social constructionist)的教育框架。Moodle是一个自由的开源软件 (在GNU 公共许可协议下)

Passing credentials between sites

橙三吉。 提交于 2019-12-10 15:09:23
问题 I am running two different sites on two different servers with two different domains. One site is running Joomla, the other Moodle. I have configured the Moodle server to base its authentication on the users table on the Joomla site, so we have an authoritative source of user information. What I'd like to do is this: after someone signs in to the Joomla site, provide a link to the Moodle site which will silently log them in, kind of faking a single-sign-on solution. The passwords in Joomla