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

moodle auth using contextid in array

Can anyone shed any light as to why this is not working: $USER->id is the logged in user. $contextroles = get_records_sql("SELECT userid FROM {$CFG->prefix}role_assignments WHERE contextid = 23 AND roleid = 3"); if…
Codded
  • 1,256
  • 14
  • 42
  • 74
0
votes
2 answers

Moodle By pass the registration Process

Trying to integrate Moodle into an existing website. I have the users sign into my website and I want user will jump to the course created on Moodle within the website, user doesn't have to re enter a username and password because already done on…
0
votes
2 answers

JSXGraph: Multiple boards with Moodle's Formulas and Stack

Sometimes it is handy to be able to control the placement of multiple JSXGraph boards on the html page, like on https://jsxgraph.org/wiki/index.php?title=Sine. I know that it is possible to include more than one board in a Formulas question in…
FlorianL
  • 267
  • 2
  • 10
0
votes
1 answer

Moodle SQL report

I am trying to make an SQL report. In this reports there would be "Duplicated users", "Special users", "Test users" and "Normal users". There is a checkbox for users (only the administrator sees this checkbox) and if the admin ticks this chechkbox…
user14506347
0
votes
0 answers

Accessing local domain from android

I am trying to access my .local moodle domain from an android device, the server is set up on ubuntu 20.0.4. I am facing this problem only on android devices I tried it on desktop and iphone and it worked perfectly fine. Any help would be…
0
votes
2 answers

Moodle 4.0 problems with Moove 3.11.05 theme (the site is not showing breadcrumbs)

Basically I've installed the Moove 3.11.05 theme and everything seems to work except the breadcrumbs. I've done the research and didn't find any solution. Has someone else encountered this problem and how can it be fixed?
Luis Edwards
  • 73
  • 1
  • 8
0
votes
0 answers

Can i incorporate CSS directly in a mustache file?

Can I can incorporate CSS such as using the " in a mustache file for a Moodle plugin? I am new to plugin and I'm still learning, any feedback is welcome.
brix
  • 11
  • 2
0
votes
1 answer

How to implement placeholder in a php file for moodle plugin?

Hello im new to moodle plugin development and I need to make the "Enter course schedule here..." in the third line disappear when I enter text. If im not mistake it is called placeholder but i dont know how to implement to. Php code in my own moodle…
brix
  • 11
  • 2
0
votes
1 answer

Moodle Data Request

I want to pass the user id (100) to moodle and then get a JSON string about the stored data of the user with the id (100). Is there a way or a web service for this? Thx
0
votes
0 answers

Need help setting up Docker for my webserver

Right now using NGNIX with to host multi domain on a droplet but as we are bearly hitting our peaks we would liek to use this droplet to run more applications so we want to use Docker containers for the same. Hence would like to run my websites…
0
votes
0 answers

After updating answers in a SCORM lesson in the same attempt, the score result doesn't update - MOODLE

After adding a SCORM lesson in MOODLE, I took an attempt and then the SCORM lesson gives me a score result. Then, I took the same attempt again(Not "Enter a new attempt"), answer all the quizzes, the score result doesn't change. No matter how much…
Abu Zakaria
  • 115
  • 2
  • 7
0
votes
1 answer

What is deference between local plugin and block plugin in Moodle?

I have to make a page to manage a series of videos in a Moodle system, but I am wondering that if I use block plugin or local plugin for managing videos; or may be basically I should use block to creating per video and editing that specific video…
Mohammad
  • 33
  • 9
0
votes
1 answer

Persistent access control exception error message on Moodle

I am trying to enroll a user on my Moodle site via using the Moodle API. My Moodle instance is hosted on AWS and all relevant ports are open and listening. So, from the network perspective, I can commit that is all ok. The steps I have already done…
asha
  • 83
  • 1
  • 9
0
votes
1 answer

How migration from learnpress to moodle

How can I migrate platform learnpress/wordpress contains courses pdf and video to moodle ? Thanks in advance
Lucie
  • 1
0
votes
1 answer

Moodle plugin development testing

Hello Im new to moodle plugin development and I want to some changes on the current plugin. My problem now is how can I test the moodle plugin I am developing.
brix
  • 11
  • 2