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

Installing moodle on Ubuntu

SO I'm trying to install Moodle using Ubuntu and I followed the instructions from https://www.linode.com/docs/guides/how-to-install-moodle-on-ubuntu-server-2004/ , but when I type localhost/moodle on my browser, it just displays the PHP code which…
user19967186
0
votes
1 answer

Moodle - update_moduleinfo - invalid course module id

I'm currently building a new moodle plugin. I'm using add_moduleinfo and update_moduleinfo. To add a new attandance atictivity in a course and update it later on. Sadly I'm facing the issue that update_moduleinfo always throws an "invalid course…
maxi hraschan
  • 153
  • 12
0
votes
1 answer

how to obtain data argument to provide to mustache template in moodle

In moodle (4.0) I have the need to call $this->output->render_from_template('core_courseformat/local/content/section/cmlist', $sectionData); From within a renderer. The goal is to render the normal, native, cmlist component in a particular place on…
WillD
  • 5,170
  • 6
  • 27
  • 56
0
votes
1 answer

H5P content error - on trying to edit in Moodle

In Moodle, I created a new H5P "activity", and then uploaded a reusable template of the crossword from the H5P site. On trying to open the settings and EDIT the content of this crossword (and also the essay writing feature), I got the following…
Compoot
  • 2,227
  • 6
  • 31
  • 63
0
votes
1 answer

how to solve Deprecated error in moodle project?

Deprecated: Return type of moodle_recordset::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in…
0
votes
3 answers

Disabling hover effect on "active" class

I'm styling a moodle theme and put this effect on nav: But i don't want it to appear on "Active" nav: Only appearing on server and not on appeareance CSS: .nav-item .nav-link { position: relative; } .nav-item .nav-link::after { content: ''; …
lmalmeida
  • 135
  • 2
  • 14
0
votes
1 answer

Using multiple parameters along with a "get in or equal" query in Moodle

I am new to Moodle and trying to construct a query for Moodle that uses the WHERE x IN (list of ids) From the docs I found the method $DB->get_in_or_equal($id_list); Following the documentation I created my query as follows list($insql, $inparams) =…
natral
  • 986
  • 1
  • 18
  • 42
0
votes
4 answers

plug-in for MOODLE

How can i add a plug-in that i developed in MOODLE, considering the fact that MOODLE is an open source project?
sidsag
0
votes
0 answers

Moodle mobile app downloading files error

I am currently trying to customize the mobile app, but I have encountered some issues that are not present on the official app. When trying to download a SCORM package or any type of file (e.g. PDF), I receive the error "Error downloading SCORM:…
0
votes
1 answer

How can I upload over 4000 email addresses to Moodle?

I work for a non-profit organization and regularly read your Moodle tips. We've been struggling with a problem for days and can't find a good solution to it. Maybe you have some good advice for me? Problem: We want to upload over 4000 email…
0
votes
1 answer

Translate course name in certificate field in Moodle

Certificates must be issued in two languages. {mlang} is used elsewhere on the site. how to access {mlang} filter in php code? Or is there another way to translate? I'm thinking about changing plugins Workplace certificate manager or Workplace…
Ai Dju
  • 1
  • 2
0
votes
1 answer

"An error occurred whilst communicating with the server" or "Error connecting to the server" Moodle 3.7

I am getting "An error occurred whilst communicating with the server" or "Error connecting to the server" on a Moodle 3.7 site when I try to upload audio or video files. May be becuase the error shows up in a pop up message no debug messages are…
guitarlass
  • 1,587
  • 7
  • 21
  • 45
0
votes
1 answer

Make link in custom certificate plugin open in new page

I am trying to make a plugin open a link in a new window, its the button that displays the certificate this is the plugin https://moodle.org/plugins/mod_customcert Tried asked on the forum but no answer from the developer. I believe i found the file…
0
votes
2 answers

Publishing to Moodle forum via email

In Moodle 4.0, can I publish a message to a course forum (a course that I teach) without logging into my Moodle account, that is, by sending an email to some pre-specified address associated with the forum?
Erel Segal-Halevi
  • 33,955
  • 36
  • 114
  • 183
0
votes
1 answer

Creating user account in moodle using only mobile numbers

Users in low-resource settings do not have email ids. I'm looking into external systems wherein users can easily create an account using mobile numbers, or log in using their mobile number and password. #moodlemobile #moodle Please let me know the…
Parul S
  • 13
  • 4