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

Create a pop up window after signing up for the first time in moodle

I am new to Moodle and I am trying to have a pop up window when an user logged in for the first time. I have created a custom plugin, in there I have made a custom page consist of a form. Is there any way that I can make that form page appear as a…
Shihab
  • 17
  • 6
0
votes
1 answer

Moodle LDAP integration - LDAP-module cannot connect to any servers

I managed to get my Active Directory up and running, and now I want to integrate my MS-AD into my Moodle server. I followed the steps from the Moodle docs as close as I can. This is the error message I get when trying to log into my Moodle server…
Kuezy
  • 18
  • 4
0
votes
1 answer

Is there a way to temporarily override Moodle's SMTP settings in a custom PHP script?

For reasons too complex to disclose here, a client of mine has requested that we develop a custom notifications script (installed under the Moodle root as a plain .php script) that runs on a cron and scans certain activities in Moodle (3.11) in…
bwright
  • 347
  • 1
  • 15
0
votes
1 answer

I have a problem loading large course package files into Moodle - I get an error saying the server responded with a status of 413

So my first thought was its a php config issue. I changed the php settings for the domain via Plesk to: post_max_size = 2048M upload_max_filesize = 2048M I then checked the "General PHP Settings" for the server (also via Plesk) and changed the…
Marlowe
  • 33
  • 4
0
votes
1 answer

Ionic manage screen rotation on video fullscreen

I'm working in a Moodle mobile app with Ionic 5 and Cordova, this throw an error on iOS when exit from full screen mode with the rotated device, the UI break up so I'm trying to lock or manage the orientation in full screen mode without success. I…
0
votes
1 answer

Moodle [errorcode] => errorcoursecontextnotvalid

Hi while connecting Edwise Bridge to moodle i am getting this error: An issue is detected. Status : Connection…
0
votes
1 answer

Is there a way to inherit the Moodle quiz module?

I've been tasked with developing a custom quiz module that functions exactly like the core quiz module but with some UI modifications. The issue is that our users still need to use the core quiz module as well. Is there a way to create a new…
7Alex
  • 1
0
votes
1 answer

How to use the Language Customization on the MOODLE 4.0.2+?

In Moodle Open source learning platform language customization is not working on local server on version of MOODLE 4.0.2+.l
0
votes
1 answer

New enrolment method is not working properly in Totara (Moodle)

I am trying to add a new custom enrolment method to a base Totara (Moodle) installation. I decided to copy the existing "Self enrolment" enrolment method, because it is relatively simple and therefore seemed to be a good starting point for my custom…
0
votes
1 answer

adding menu options to secondary menu links in Moodle

im trying to add a menu option to the secondary menu navigation bar that can be found on the course pages, i can't find any reference to secondary men or the menu names in the root directory can anyone point me in the right direction ? secondary…
0
votes
2 answers

Storing Dropdown Selection of Different Translation on Database - Moodle

So I've created Moodle plugin which has 2 localization. In the plugin's form, I have a selector which is translated according to the chosen localization. I wonder if I do this, will cause the stored information on the database mixed? If it does, is…
0
votes
1 answer

Migrating multiple courses from one server to another moodle server all at once

We are trying to migrate some courses (100+ courses) from one moodle server to another Linux moodle server. We tried to backup and restore individual courses but it is time-consuming. Is there any other way available, to backup all courses and…
0
votes
1 answer

How can I find and edit the html code for Moodle without using the additional HTML box?

I've been hunting for days now and for whatever reason the code seems to be pretty elusive with files linking to files that link to other files that don't exist. So can anyone tell me where i can find the HTML / PHP / SQL code, or whatever it may…
0
votes
2 answers

SSL CA certificate error unity web request to moodle api

I'm trying to get a moodle api token, it's done via a GET request like this: https://your_moodle_domain/login/token.php?username=YOUR_USERNAME&password=YOUR_PASS&service=moodle_mobile_app through the browser line and other languages like Python and…
Pprog
  • 1
  • 1
0
votes
1 answer

Error after copying a moodle course (Qtype)

I'm currently writting a Question Type plugin for moodle. I have the issue that after copying a course (Site Administration -> Courses -> Manage courses and categories -> ...) no second entry is created in $DB and the error accures: "Can't find data…