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

Change password hashing to SHA-512 in Moodle

It currently Moodle is using MD5 for password hashing. Is there a way to change it to SHA512? Thank You
kallada
  • 1,829
  • 4
  • 33
  • 64
0
votes
1 answer

Moodle - Any way to get Access logs without plugin or direct DB?

As an instructor, I want to be able pull raw data from the API to visualise a number of aspects of when my students are accessing my courses and materials. Is there any way I can pull this data? I could easily do it with a few lines of code in…
monotreme
  • 582
  • 1
  • 6
  • 20
0
votes
1 answer

Moodle - "Exception - Call to undefined method admin_setting_configduration::set_validate_function()" after update

I was upgrading my moodle server from version something like 3.9.x to 3.11.x, can't remember the exact versions. I think what was happening was, while the server was updating, some plugin didn't update because of Errors, and eve tho that should have…
0
votes
1 answer

How to use mod_assign_save_grade?

I'm trying to use mod_assign_save_grade with : https:/[my-root]/webservice/rest/server.php?wstoken=[token]&wsfunction=mod_assign_save_grade&moodlewsrestformat=json&assignmentid=4&userid =45&grade =15&attemptnumber =-1&addattempt =0&workflowstate…
Aya Ashraf
  • 13
  • 3
0
votes
1 answer

Cannot Duplicate Quiz in moodle

HELP, I tried to duplicate the quiz in moodle 3.9 but it freezes, All the debug options are on but still, there's no issue in front. FYI: I can still duplicate the attendance and PDFs in a course but not a quiz 
0
votes
0 answers

How to enable web services in moodle?

i have developed a plugin and when i install it i want to enable web services automatically while installing, i don't want to manually enable it at => site administration > server > overview > enable web services. I can add some plugins i.e.…
0
votes
1 answer

How to add new form field in moodle database module?

Moodle's Database module has some predefined field types (text, date, URL, picture, etc), but I want to customize this to create new field types. For example, I might like to create a new field type name IMB and tells what can be done when the user…
Sam Samson
  • 927
  • 4
  • 20
  • 35
0
votes
2 answers

Moodle: the message modification is not fully applied

I am trying to modify the message for push notification when a badge is granted to a user from the Moodle admin panel. What it originally is: You have been awarded the badge "%badgename%"! More information about this badge can be found on the…
Terry Windwalker
  • 1,343
  • 2
  • 16
  • 36
0
votes
1 answer

Moodle: receiving mobile notification with same content in subject and message

I am trying to set up a moodle application, and somehow the mobile push notification that are sent to me is using the message on both the subject and message section. I am new to moodle and I am not sure which part could be triggering it. The…
Terry Windwalker
  • 1,343
  • 2
  • 16
  • 36
0
votes
1 answer

How to create a spoiler feature inside a Moodle course (HTML)?

We create Moodle courses with PHP and the Moodle libraries. The content comes from our users. Some users create spoilers (DIVs to be clicked and then they reveal the content). How could such a spoiler be created in Moodle? Can Javascript and CSS be…
Avatar
  • 14,622
  • 9
  • 119
  • 198
0
votes
0 answers

Moodle: Login automatically in moodle website using external website's google sso id_token

I have a wordpress website in which i have logged in using google sso and i have a id_token of google sso for that login. Now i want to login directly(without showing login page) to another website which is built in moodle from that logged in…
Bhavesh Tilvani
  • 193
  • 1
  • 10
0
votes
0 answers

advcheckbox in moodle form is storing only 0 in database

I am new Moodle and working on form data saving. I have created a group of checkbox which will take some input from the users and store it to the database, but unfortunately it is storing only 0/1 in the database. I have no clue where I made the…
Shihab
  • 17
  • 6
0
votes
0 answers

How to enable Kaltura Media Gallery for ALL Moodle Courses

I have a Moodle installation with hundreds of courses and modules. I was tasked with including the Kaltura “Start Meeting” button in each and every module. Is there a way to accomplish this without having to do it one by one? enter image description…
egarcia
  • 1
  • 1
0
votes
1 answer

In "Common module settings" / "Availability" there are only 2 options

In a moodle course (v4.0) I have added a Page. In page's settings in Common module settings in Availability there are only 2 options: Show on course page Hide from students However, here https://docs.moodle.org/400/en/Common_module_settings it…
yaylitzis
  • 5,354
  • 17
  • 62
  • 107
0
votes
2 answers

Adding a button in a block that links to a page of another plugin

I'm fairly new to moodle and php in general. I created a new block which acts like a display for custom events and reminder. Inside that block is a button that should open the page of another plugin I created when clicked. But I can't manage to set…
Scorch
  • 153
  • 2
  • 17