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
0 answers

Adding Microsoft teams as an activity in Moodle

Moodle don't have a module for Microsoft teams but I need to add Microsoft teams as an activity i tried to use it as an External tool according to this link…
yaya94
  • 3
  • 2
0
votes
1 answer

how to get users per category and sub categories in moodle

I want to get the users per category. I'm using moodle 3.8 version. is there any method for get the users by category.
Muditha
  • 173
  • 1
  • 2
  • 12
0
votes
1 answer

Local Plugin tasks are not showing up in the schedule tasks list in moodle

I have made a local plugin. It is installed and shows up under plugins as well as created its initial tables etc, but the task is not appearing in task list. $tasks = array( array( 'classname' => 'tool_mobilechathelper\task\sync_chats', …
Muditha
  • 173
  • 1
  • 2
  • 12
0
votes
1 answer

Moodle SQL number of students

I am not really an export in SQL, I found this code so far, which lists the number of students (who enrolled) grouped by courses. I want to have a Start date and and End date, so what I want is I set the start date 2022/04/05 and the end date…
user14506347
0
votes
0 answers

HTML tables must not be deleted in WYSIWYG editor

Hi i would like to know how can i have tables that i add into a wysiwyg editor that cannot be removed or deleted, but filled in. Scenario, im using a LMS called Moodle and adding in tables to a question but the students tend to keep deleting the…
Shak
  • 3
  • 1
0
votes
2 answers

JSXGraph Moodle plugin move after student answer

I have a Moodle question with a JSXGraph image, say var brd = JXG.JSXGraph.initBoard(BOARDID, {boundingbox:[-5,5,5,-5], axis:true}); var p = brd.create('point', [0,1]); How can I…
0
votes
1 answer

File upload in Moodle using jmeter

I'm busy setting up a load test for file upload in moodle and I am struggling with the file upload. It seems to be losing the sesskey when it gets to the uploading of the file. Here is the error message from the response data: "{"error":"A required…
0
votes
2 answers

How to put a timer on moodle?

I wonder whether this plugin could fit our purpose : we would like to make sure that our participants spend at least 3 hours on their course otherwise their CPD fees might not be paid for by their sponsors. The idea would be to have a visual…
Pierre123
  • 3
  • 1
0
votes
0 answers

why does the same code work on jupyter and fail on moodle

this is the code I wrote def q4(): s=input("Enter the string: ") return s[::-1] print(q4()) thanks in advance! I tried this code on jupyter and it worked but when i switched to moodle it just failed
kevin
  • 11
  • 1
0
votes
0 answers

Question to set courseformat core_course_create_courses

I want to create a course with reverse week format by using the webservice. What do I have to set in the parameters? courses[0][forcetheme]= string courses[0][courseformatoptions][0][name]= string courses[0][courseformatoptions][0][value]=…
0
votes
3 answers

Moodle core_course_create_courses - create a course from specific template

I am trying to use Moodle API to create a new course from a TEMPLATE, but no luck. Below is a code that does create a course with all the detials but no content from the TEMPLATE course. Any idea how to achieve this? I have a template course with ID…
lneoj
  • 1
  • 1
0
votes
1 answer

How can I run a function when a course module is deleted in moodle?

I want to run a function when this button is clicked and the course module is deleted. How can I do this? In db/events.php: $observers = array( array( 'eventname' => '\core\event\course_module_deleted', 'callback' =>…
3nws
  • 1,391
  • 2
  • 10
  • 21
0
votes
1 answer

cartridge xml [IMSCC] how to included the H5P file in moodle?

I have issue while creating cartridge XML package for moodle, It doesn't support H5P format. When i import the package into moodle, it shows h5p not found in package.
0
votes
1 answer

stuck at "Update to new version - Moodle 3.11.6+ (Build: 20220315)"

I've installed Moodle v3.11 on Ubuntu (php7.3-apache), but it's stucked at pressing button "Upgrade Moodle database now". So when it comes to this step it just freeze. Please help with that problem
0
votes
1 answer

How to upload an Image to moodle which can be publicly accessible?

New to Moodle, excuse me if this is silly question. I am trying to upload images to Moodle which can be accessible publicly. There's content bank but that generates links like this…
shyammakwana.me
  • 5,562
  • 2
  • 29
  • 50