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
3
votes
1 answer

Getting the real URL of files uploaded in Moodle

I am trying to get the url to a file that I have uploaded to moodle. I want to access the file via the browser using http. The pathname of the file is hashed in the moodle database. Is there a way of getting the real url of uploaded files in moodle?…
John Kulova
  • 477
  • 1
  • 10
  • 20
3
votes
1 answer

Unable to Send Email Using PHP

Preview: I have been trying to send an email using Moodle for a long time and finally decided to test sending an email by using a standard PHP mail() function to test if mail is working fine. BUT EVEN PHP DOES NOT SEND AN EMAIL!! Problem…
tbdei
  • 31
  • 2
  • 5
3
votes
2 answers

Create XML file with python by iterating over lists

I am trying to get an xml file that looks like this so that I can import it into a moodle gradebook: 1 100 0 1
JB_1980
  • 33
  • 1
  • 6
3
votes
1 answer

Moodle The module MYMODULE does not define the standard capability

I am developing a module for Moodle. I've achieve to install and instantiate it in a course. The problem is that, in "edit mode" enabled, moodle me out the following message: The module mymodule does not define the standard capability…
Lobo
  • 4,001
  • 8
  • 37
  • 67
3
votes
3 answers

Selecting all the files along with their paths of a course in moodle

i am trying to write a query to get the name and path of files of a course in Moodle but it seems like i am never be able to do it. Here is what i have done uptill now , any help with this is highly appreciated :) SELECT SOURCE file, …
chossen-addict
  • 370
  • 1
  • 7
  • 31
3
votes
2 answers

How can I fix the blocks in center post for all courses in Moodle 2.3

I have added 4 blocks in course page at center post (Bottom portion of the page) region per particular subject. These 4 blocks are positioned at center post using Pagelayout.css. When I manually add them their position is correct (Using GUI i.e Add…
surya
  • 287
  • 1
  • 6
  • 14
3
votes
1 answer

How to create custom markup in Moodle theme settings?

I need to create a list of elements in a Moodle 2.x theme setting for which I will enable drag and drop re-ordering using Moodle's included YUI. My problem is that I don't know how to add my custom HTML/JS with a custom theme setting. I can only…
Regis Zaleman
  • 3,182
  • 6
  • 29
  • 30
3
votes
1 answer

Accessing moodle's ques(tion) bank

I am creating an online learning platform where we are using Moodle for entering and storing the Questions. I need to create a wrapper using which I can access Moodle's question bank from my application. What will be the best way to do it: a plugin…
Chetan
  • 4,885
  • 4
  • 22
  • 15
3
votes
1 answer

Moodle, upload and store files using moodle forms

I'm having some dificulties implementing a moodle upload mechanism using moodle forms. My goal is to let the user/administrator upload images, store them and access later in a block. Currently, I have this in the…
flp05
  • 131
  • 1
  • 2
  • 12
3
votes
2 answers

How to play back the recorded video after online class end in BigBlueButton

I have install plugin BigBlueButtonBN for Moodle to create an online class follow this link. This online class is recorded (Webcam, slide show, chat message). After online class end, when click to the class link, it shows "This activity is over.…
thang nhoc
  • 125
  • 2
  • 8
3
votes
2 answers

Existing DB2 column reported as not being a column of the table

In a Moodle 2 install running on DB2, deleting a user is unsuccessful, returning an error reading from database: Debug info: [IBM][CLI Driver][DB2/LINUXX8664] SQL0206N "USERIDFROM" is not valid in the context where it is used. SQLSTATE=42703…
Marius Butuc
  • 17,781
  • 22
  • 77
  • 111
2
votes
1 answer

E_DEPRECATED errors are enabled in your PHP configuration

i am using Moodle and joomla , and i use joomdle , but i face this message E_DEPRECATED errors are enabled in your PHP configuration this message describe in this link my error reporting in php.ini is : error_reporting = E_ALL & ~E_NOTICE &…
aya
  • 1,597
  • 4
  • 29
  • 59
2
votes
2 answers

Extend to select based on data range

I've got the following MySQL query: SELECT concat('', u.firstname ,' ', u.lastname,'') AS Username, …
CLiown
  • 13,665
  • 48
  • 124
  • 205
2
votes
1 answer

integrating a plug-in into moodle

am tryng to integrate a video plug-in into moodle. But i tried copying the plug-in to the /mod/ directory. But still,our module has not been included under notifications in Moodle. We consulted the MOODLE site for help, …
sidsag
2
votes
0 answers

Moodle 4.1.2 giving issue with boost theme

Moodle 4.1.2 giving issue with boost theme Mismatched anonymous define() module: function(a,b,c){"use strict";function d(a,b){if(!(a instanceof b))throw new TypeError("Cannot call a class as a function")}function e(a){var…