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

How to install or transfer the existing moodle project from ubuntu to Windows (Postgres to MariaDB sql)

My company has two web based project. Our main project (Starbooks) was built using xampp server and Codeigniter framework that installed in our Windows OS and the second project (Frontlearners) was built in Lamp server and moodle (LMS) framework…
0
votes
1 answer

How to send Session ID parameter out FROM Moodle?

I need to send user-specific values to an external system from Moodle. How can I force Moodle to send the session ID (or user ID, activity ID, etc.) to this third-party system? All of the articles out there seem to be written for calling into…
Fred Lackey
  • 2,351
  • 21
  • 34
0
votes
1 answer

Moodle Install plugin setting doesn't appear in Site administration

I am a new user of moodle, and I am trying to create a educational platform. I currently using the free version of moodle so I can test the features and after trial period finish buy the license. My problem is that I am trying to upload a theme from…
0
votes
1 answer

Adding local plugin in the left navigation menu in Moodle

I would add my local plugin in the left navigation menu. However, the code block I wrote in the lib.php is not running and not displaying my plugin in the navigation menu. Could you please help me? Here is my lib.php
0
votes
1 answer

how to get userinfo from OAuth2 service

I have configured OAuth2 service in Moodle and after a success login from OAuth2, it redirects me to edit user profile page for new user and only email is prefilled as the OAuth2 issuer only provides openid and mail scopes, I couldn't directly…
doremi666
  • 121
  • 3
  • 15
0
votes
1 answer

How can I translate the calendar of moodle?

Indeed as seen in the title I have a translation problem. You have two examples here: Date is in English 1 Date is in English 2 On the forums, people say the problem is with the server locales Locale of the server On the admin page, I have this…
0
votes
1 answer

Moodle Datatable

I am trying to create a datatable in Moodle. However, I have problem fetching data from the database and putting the data into the datatable. Can someone help me? Here is my index.php
0
votes
1 answer

Good practices structuring Git repository

My team is required to rewrite a highly modified moodle platform. The way we are going to face it is creating several plugins integrated with moodle itself. Those plugins also get installed in several different files of the moodle folder…
0
votes
1 answer

I have installed SSL on webuzo on one of my moodle pages but it is not working

The Following page is not working after installing the SSl certificate. I am using WEBUZO Webuzo Panel for my Moodle site. please help me. https://www.edtechglobal.net%22/
sofia
  • 11
0
votes
2 answers

MOODLE: What does it mean to aggregate h5p assets?

I'm having an issue where my H5P assets are not loading in my 3.11.2 Moodle site. Unable to find constructor for: H5P.CoursePresentation A forum post on the H5P site suggested that I add $CFG->mod_hvp_aggregate_assets = '0'; to the config file on…
Naynay
  • 101
  • 1
  • 4
0
votes
0 answers

what can i do to solve moodle+wordpress synchronisation?

I did everything I watched on youtube, followed the steps to connect my WordPress website to moodlewith Edwiser-bridge,still, I have a problem. a user connected to WordPress cannot access moodle even if it is saved in the list of users in moodle.I…
0
votes
1 answer

Moodle authentification from SQL Server

I am using moodle 3.11, and trying to connect to a SQL Server database, as external authentication method. The connection to the server succeeded, but I got message as shown in the screenshot: input array:false, result:Null Also the number of users…
0
votes
0 answers

The theme goes insane after install snap themes

hope you are doing well. I have a problem after I install the snap theme on moodle app. I have the latest update for both moodle and the plugin everything is okay and I'm hosting on a shared server on Namecheap. I will post a picture below about…
MCLB
  • 29
  • 1
  • 1
  • 8
0
votes
1 answer

ImagickException: Zero size image string passed

Following Error occurred. How to resolve this? You must set the policy of ImageMagick to allow PDF read. See override default ImageMagick policy.xml ImagickException: Zero size image string passed in…
0
votes
1 answer

receive "Error reading from database" when changing profile's email address in Moodle 3.11.2

I'm a Moodle administrator that I recently changed the site's operating system from Centos to Ubuntu and also upgraded the version of Moodle from 3.9 to 3.11.2. Everything was going well until I wanted to change the email address of my profile (or…