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

localhost not running any apps - firefox, edge, chrome VM53:2755 crbug/1173575, non-JS module files deprecated

This is the error showing up in my console - VM53:2755 crbug/1173575, non-JS module files deprecated. EDGE: It looks like the webpage at http://localhost:87/ might be having issues, or it may have moved permanently to a new web…
kaych22
  • 61
  • 1
  • 5
0
votes
0 answers

How can I detect the variable used by student (STACK on Moodle)?

I use a set to describe a line in the space, such as (Maxima, STACK on Moodle) te:{[x,2*x-3,4*x+5]} (1) that means: line with direction (1,2,4) , and (0,-3,5) belongs to the line. But the student can describe the same line with a completely…
JOM
  • 119
  • 3
0
votes
1 answer

Why moodle saying Unable to save the cache config to file

I tried to give write permission to moodledata folder like sudo chmod 777 Then i try to run my moodle site but it's giving me Unable to save the cache config to file. I tried to clear cache using php admin/cli/purge_caches.php But this command…
0
votes
1 answer

Docker Moodle localhost not working (CentOS)

I have to work with Moodle, so I installed Moodle from here: https://hub.docker.com/r/jauer/moodle I created the docker containers. MySQL container: docker run -d --name DB -p 3306:3306 -e MYSQL_DATABASE=moodle -e MYSQL_ROOT_PASSWORD=moodle -e…
Mr. Morgan
  • 11
  • 1
0
votes
1 answer

SQL Pivot without hardcoded values

Using Microsoft SQL Server 2016 and a Moodle LMS database. Is it possible to write this pivot code so that the 'Activity' names don't have to be hardcoded in the query? SELECT * FROM ( SELECT u.id, u.firstname AS 'Name', …
luisdev
  • 558
  • 7
  • 22
0
votes
1 answer

Unable to view the respective label icons in moodle after adding https

I have setup a moodle instance and made necessary changes in config.php file. In config.php file changed the domain name and moodledata path. Later i added the https certificate using certbot. Now i am unable to view the icons on my moodle instance
0
votes
1 answer

Using Moodle-Webservice core_course_get_enrolled_courses_by_timeline_classification

I use the webservice core_course_get_enrolled_courses_by_timeline_classification my curl…
D-T
  • 45
  • 3
0
votes
1 answer

How to configure SSO in moodle

I am new to moodle and I want to bypass login screen of moodle and make login rest call to bypass this screen, can I do this using SSO?
Yesha
  • 3
  • 2
0
votes
1 answer

Need to send scores back to LMS from teacher end using ims-lti gem

Hi I am using this gem for my ruby based application , And I want to send the scores back to the LMS , but the problem is in my platform a teacher can grade the assignments now I want to send the scores back to the LMS when the teacher view the…
0
votes
0 answers

Getting MySQLi error on Moodle Setup on Ubuntu 18.04 with PHP7.4

I'm trying to install Moodle 3.9.7 on Ubuntu 18.04 and have been following the official installation guide On Step 7 (Browser setup) I am getting the following error when setting up the database: Error: database driver problem detected The site…
raszio
  • 11
  • 2
0
votes
1 answer

Student Taking More than One Class In Moodle

I have tried to do some research but all the answers dont quite address my simple problem. In my Moodle Course database I do a SQL Query to see what student completed a class within a 24 hour period. This works well, except if a student completes…
DKeeler
  • 33
  • 3
0
votes
1 answer

In which Moodle table are the tokens for the web services?

In which Moodle table are the tokens for the web services? ''' prefix_tablename ''' Thanks everyone for help :-)
D-T
  • 45
  • 3
0
votes
1 answer

Firebase Authentication for MOODLE

I have created a Moodle portal. Is it possible to have FIREBASE authentication (for Sign-Up and Sign-In) for MOODLE?
0
votes
1 answer

How do I design an absent students request-approve workflow in Moodle?

Moodle version: - 3.9.1+ Theme:- Fordson Theme version:- Moodle 3.9 Fordson v3.9 release 1.1 (2020061800) I had a requirement to design a system for arranging missed courses/sessions for the absent students. The requirement states that the…
0
votes
1 answer

moodle gets into 'endless redirection' when configured as subdomain

I'd like to setup my moodle instance to be available by address: http://mymoodle.mysite.com. mysite.com is already registered and I can easily access it because I've configured it at my hosting provider to refer to the IP (let's say IP address…
Victor Bashurov
  • 370
  • 3
  • 12
1 2 3
99
100