Questions tagged [moodle]

Moodle is an open source learning management system (LMS) written in PHP.

Moodle is an Open Source Course Management System (CMS), also known as a Learning Management System (LMS) or a Virtual Learning Environment (VLE). It has become very popular among educators around the world as a tool for creating online dynamic web sites for their students. To work, it needs to be installed on a web server somewhere, either on one of your own computers or one at a web hosting company.

Originally developed by Martin Dougiamas in Australia, it is used world-wide by many places of learning.

According to Moodle.org's stats, as of February 2013, there are over 77,000 registered sites using Moodle in over 225 countries, serving over 7 million courses with over 66 million users.

Useful links

Useful Developer Links

Distributions

3019 questions
0
votes
1 answer

Invalid permissions detected when trying to create a directory- moodle

I am facing an error when trying to run a project developed in Moodle. It's showing "Invalid permissions detected" when trying to create a directory. "Turn debugging on for further details." This error. I have run this command, "chmod 0777…
0
votes
2 answers

Moodle Config file using docker env

So I have a docker image for moodle, and it includes a config.php file that can "automate" connection to its database. dbtype = 'pgsql'; $CFG->dblibrary…
Flotolk
  • 313
  • 1
  • 11
  • 37
0
votes
1 answer

Error when clicking on a link that opens a pop up on moodle 3.5

I have updated my module from moodle 3.2 to moodle 3.5 and receive these errors in the debug web console: moodle-core-event: Global event published: FORM_ERROR yui_combo.php?rollup/3.17.2/yui-moodlesimple.js:5828 moodle-core-event: Global event…
Daniel Baker
  • 75
  • 2
  • 9
0
votes
1 answer

output records in the form of html table from moodle database , custom block development

Please check this code for the custom block to be placed in the dashboard. We want to display an HTML table for the records. But it does not add up to the custom block, rather it appears on the top page. enter image description here class…
Parul S
  • 13
  • 4
0
votes
1 answer

Uploading files to an external moodledata folder located on a different server

I have a hosting that has a disk size limit of 50GB. Right now the moodledata folder on the server is 40GB in size. I have other hosting with bigger ssd size. Question: Is it possible to transfer moodledata to another server and have the files…
Wockeez
  • 396
  • 1
  • 4
  • 11
0
votes
3 answers

Custom block for display of scorm interactions

I have developed custom block which extract scorm interactions, elements like x.start.time, core.cmi.lesson_status My question is whether the result is displayed for logged in users only. Here is my code. class block_scormtest extends block_base…
Parul S
  • 13
  • 4
0
votes
0 answers

How to make Dynamic dropdown list depended on sql query in moodle?

please help me to achieve this code I wanna to make a dropdown list depended on the selection element using jQuery and JavaScript. here the code : form.php code: require_once("$CFG->libdir/formslib.php"); $PAGE - > requires - > jquery(); $PAGE - >…
0
votes
0 answers

Moodle and Wordpres aren't available at the same time - Problem with htaccess?

I am using Wordpress on hosting linux (by Aruba). It's in a directory named "up". Now I installed Moodle in the same host but inside a directory named "formazione". Installation Moodle is ok. But I have a problem: Immediately after the installation…
0
votes
2 answers

Cannot add extension with name 'googleServices', as there is an extension already registered with that name. - Moodle mobile app - Ionic - FCM

I am trying to add Notification feature in Moodle Mobile App using Firebase Cloud Messaging, and I am getting an error while building the Ionic app. cordova build android Conflict found, edit-config changes from config.xml will overwrite plugin.xml…
0
votes
2 answers

Is there any one explain me how to exactly specify custom directory path in Plesk server?

I want to move moodle lms from local server to live server, I moved moodeldata to httpdocs and tired to figure out httpdocs directory path on shared Linux based Plesk server. I appreciate any one helps me! I tried like…
itom dire
  • 1
  • 1
0
votes
0 answers

Why does a box appear when clicking on Moodle site?

When I click on the navbar or a button on the Moodle site, it creates a blue box. Is there any other way to solve this? enter image description here I have tried to solve the issue by applying css but didn't work out.
0
votes
1 answer

How to run code after finish training in moodle

I want to run a small piece of code when my students complete the tutorials I've published on moodle. How can I do this, I'm waiting for your help.
Serkan Gün
  • 332
  • 1
  • 2
  • 12
0
votes
0 answers

Moodle - Class 'finfo' not found

I have no knowledge of php, I just deployed a working system from another server, can anyone help me? Below the config.php debug. Another infos: Moodle 3.11, PHP 7.4 Error code: generalexceptionmessage line 2231 of…
0
votes
0 answers

Change database connection - Moodle

I have a moodle instance successfully running using AWS RDS (MySQL) as the database. For some reason had to change the RDS (MariaDB). so I tried the following steps: Took a backup of the working database (MySQL) Restored in the new RDS…
kallada
  • 1,829
  • 4
  • 33
  • 64
0
votes
0 answers

importing user list from an external API to moodle

I want to automatically save the user list I got from an external API to moodle. For example, when I send a GET request to exampleapi/users, username and password are returned to me. I want to save this user list directly to moodle. In this way,…
Serkan Gün
  • 332
  • 1
  • 2
  • 12