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

MathJax Equations displays vertical line on the right, How to remove?

MathJax Equations displays vertical line on the right, How to remove ? MathJax Images Mathjax cdn 2.7.1 Moodle version 2.6
2
votes
1 answer

Moodle custom mobile application white screen Issue

I am trying to customize my Moodle mobile app. I done all the process in github and phonegap. my phone shows a white screen while starting itself. I added repository url and did ready to build in phonegap and download android apk file and transfer…
Mr doubt
  • 51
  • 1
  • 10
  • 42
2
votes
0 answers

what to pass in filecontent in core _files upload Moodle webservice

I am trying to use the core_files_upload function and the file goes in the $filecontent parameter in base64, however, in the test I passed the base64 of a .jpg image the function returns me a "File not specified" error message. Error: { …
2
votes
1 answer

Add new category and custom page into Site Administration menu

I'm trying to add a new feature into site administration menu of moodle as part of a project that I am working on. Right now our customer only needs to integrate OnePay gateway into moodle. But in the future, they may require integration of other…
Anthony
  • 1,882
  • 2
  • 9
  • 18
2
votes
1 answer

MOODLE Error reading from database

I have problem transferring the Moodle e-learning to another server the error is not helpful, I have tried changing the file: moodle/lib/dml/mysqli_native_moodle_database.php Change @@default_storage_engine to @@storage_engine, the moodle…
Lara Vel
  • 21
  • 1
  • 2
2
votes
0 answers

Moodle Single Sign on not working

I have registered my Moolde application into Azure AD. Configured Office 365 and OpenID connect in Moolde. Login option is enable in login page of Moodle application. I already logged in to Office 365 account in one of my browser tab. In the same…
sagusara
  • 383
  • 1
  • 3
  • 9
2
votes
1 answer

Mark Moodle activity as complete from within the Activity

We are using Moodle 3.1.1 and trying to find a way to "Mark activity Complete" (via a link or button) from within each activity instead of going back to main course/topics page and checking the "Mark complete" checkbox next to each Activity. The…
2
votes
1 answer

Moodle - "Can not initialise PHP session, please verify that your browser accepts cookies."

I am unable install MOODLE in localhost as it gives following error: Can not initialize PHP session, please verify that your browser accepts cookies. I tried to find the solution but was unable to come up with any. I've also referred this, still I'm…
Prabhakar
  • 513
  • 1
  • 5
  • 22
2
votes
1 answer

Filemanager save file into custom table

I am using Moodle 3.1+. I have used filepicker to upload a file. It is working fine. But filepicker only shows the uploaded file name. I want to show the uploaded image in the filepicker and it seems impossible. Another option is to use…
Akhilesh
  • 1,243
  • 4
  • 16
  • 49
2
votes
0 answers

Moodle error while updating user profile

I just created a new user field in my form named UID and marked it required. Now if I click anywhere on site administration it redirects me to edit.php?id=2&course=1 and asks me to update UID and when I try to do it, it says: Forbidden You don't…
2
votes
1 answer

Is it possible to have my app communicate with moodle?

I am thinking about building a student app, that would use Moodle data, and notify the user when a new file has been uploaded, and perhaps do something like checking your grades etc. I'm quite new to android programming and can get easily confused…
Nephilim
  • 494
  • 5
  • 25
2
votes
2 answers

Get course contents using webservice

I am using Moodle 3.1+. I am trying to get the course contents using webservice. I have created a course with activity 'lesson'. Now when I try to get the contents of the course using webservice 'core_course_get_contents', I am getting the…
Akhilesh
  • 1,243
  • 4
  • 16
  • 49
2
votes
1 answer

SQL Moodle using custom profile fields

I have created 2 user profile fields Employee ID (shortname:employeeid) Organisation (shortname:Organisation) Here is my code: SELECT MAX(CASE WHEN f.shortname = 'employeeid' THEN uid.data ELSE '' END) AS 'Employee No.', …
Nightshade
  • 89
  • 1
  • 11
2
votes
1 answer

Moodle get course information + all lessons through Api

I am trying to collect all information related to Moodle course (course + lessons) Using Moodle Api I got the course information, but gets only some basic information, I want course details and its lessons (created under course) Eg : var…
Varun Sreedharan
  • 517
  • 8
  • 28
2
votes
1 answer

Creating a LTI provider for Moodle

I'm trying to create a LTI provider for Moodle. The things that I need from Moodle - course name, students and teachers, as well as enabling a single sign on (getting the session, token, cookie...) I did a research and saw that Moodle 3 supports LTI…
Yonatan
  • 1,319
  • 4
  • 13
  • 32