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

Failing to install moodle plugin

I am new to moodle I created a new plugin and now I am trying to install it. I get this error: Plugin "admin_report" is installed in incorrect location "$CFG->dirroot/admin/tool/bbb", expected location is "" What am I missing?
0
votes
1 answer

page is not loading when we enable redis tls encryption in moodle

I am facing issue, when enable the redis tls encryption in the page. what might be the issue? verified all my installation, no issues in the installation.
Sunavi
  • 1
0
votes
1 answer

invalid_parameter_exception on Moodle Rest API

I am developing a web application that is connected to Moodle. I already set up the required functions needed to enable the web service. I already generated a token and when it comes to creating users, the response is always…
devmonster
  • 456
  • 6
  • 20
0
votes
0 answers

Moodle's database synchronization w external database

My company, a big university of sorts, has planned to synchronize the external database records (SQL Server) - mainly user ( students) records and courses records with moodle database ( PostgreSQL), that is used for remote learning. So far the…
0
votes
0 answers

Error 504 Timeout only when saving courses/activities in Moodle

We recently experienced a 504 Timeout error on a Moodle site when saving or updating courses from the administrator. After 60 seconds the 504 Timeout error appears and does not let the administrator user do anything until after 5-6 minutes and the…
Abraham Morales
  • 101
  • 3
  • 13
0
votes
0 answers

How to run an existing moodle environment on a Testbed server

I've recently started working as a Junior Network Engineer and as my first task I was assigned to make a simple modification on php.ini file in moodle. Therefore, first I setup moodle environment on my laptop with Apache2 and Ubuntu 20.4. Then I…
janani
  • 11
  • 4
0
votes
1 answer

Passing a stdclass compact array to new Lang_String in Moodle plugin lanaguage file?

I'm trying to pass a stdclass (containing array of measurement and name details) using a new Lang_String in Moodle plugin code: redirect(new moodle_url('/mod/healthtracker/profile_measurements.php', ['id' => $userMeasurement->userid, 'course' =>…
JNGF1
  • 1
0
votes
1 answer

Web view for moodle app after npm start command not working properly?

I have followed every steps as mentioned here And then i ran the npm start command and also ionic serve command separately, but command prompt does not show any errors nor the browser console, web browser showing this, ' command prompt What is…
pl-jay
  • 970
  • 1
  • 16
  • 33
0
votes
1 answer

How to build a web app CRUD application that works with Moodle?

Is there any external web application or any tool that take users information and store it in Moodle database or Moodle cloud. So i can create, read, update, and delete data in Moodle database?. Any leads are appreciated. Thank you.
0
votes
1 answer

Moodle cohorts - SQLQuery to show all global groups in which a user is inserted

for a special Moodle-Workflow i need an SQL Query that tells me in which global groups (cohorts) a user with ID 100 is assigned or inserted. Who can help? Thanks a lot everyone for help.
user15768887
0
votes
0 answers

what is the connection error when transferring Moodle to localhost?

I'm trying to run moodle on localhost, an error appears - what am I doing wrong and how can I fix it ? code config.php -renamed it to your localhost, made the connection
0
votes
1 answer

Export MySQL table Moodle to Excel file

I am working with Moodle and I am trying to export a series of MySQL tables from a Moodle installation to an Excel file, I know that Moodle works under PHP, but I understand that the PHP it uses is different from ordinary PHP, or am I wrong? Moodle…
0
votes
0 answers

H5P content for Moodle with Unity 3D?

I would like to create content with Unity for using with Moodle. Such content should be able to store user's score, and other variables as well. I have read about SCORM, xAPI, Moodle API, LTI, etc... But H5P is what I need to use because of the…
Sergio Viudes
  • 2,714
  • 5
  • 26
  • 44
0
votes
1 answer

MOODLE: This quiz is notavailable

I installed Moodle on my system using xampp server, moodle is working properly, I am able to add users, create courses etc. But when I add a quiz and set the timing, the quiz will show: "This quiz is not currently available" The time and date is…
0
votes
1 answer

core_role_assign_roles dont works for course_categories

i want to give the user id: 4 for coursecategorie: 1049 the role: 2 (coursecreater) Here is my…
user15768887