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

My moodle 3.9.19 won't open power point files, moodle site not opening on mozilla, can't upload anything from another pc to server

I upgraded my moodle 3.8 to 3.9.19 version. Now i have several problems... 1) power point (pptx) not opening on any pc accept my server. 2) moodle not working on mozilla firefox browser. 3) Can't upload files, videos, anything with admin account…
0
votes
1 answer

Problem in down loading all certificates in Php(moodle)

Code to download all certificates:
kritika
  • 3
  • 2
0
votes
1 answer

Developing Moodle Plugin for control the activity

I am totally new in this concept. I received a task in which I need to create Moodle plugin for course. In my course I have two sections where Only videos will be uploaded by teacher. I want to create a plugin to use user webcam while they are…
0
votes
1 answer

Error in Moodle Missing required parameter (id)

In one of the courses, an error occurs when trying to create a backup copy of the test: "Missing required parameter (id)". The test was previously ported from moodle 1.9.9 to moodle version 3.11.6 and works great. Why then it is not copied? What…
0
votes
1 answer

The "Full name" field of Moodle doesn't show the name

The "Full name" field of Moodle doesn't show the name. Instead, it shows the text "emailaddress".
Udaya
  • 651
  • 2
  • 8
  • 14
0
votes
0 answers

Self-signed certificates not allowed. What does it mean?

I have created a moodle website on a shared webhosting using cpanel: https://class.rafiee.net I also have created a Nextcloud on this hosting : https://cloud.rafiee.net I followed all configurations explained [Here][1] and [Here][2] to integrate…
Majid
  • 421
  • 6
  • 19
0
votes
0 answers

Entries will not export from Moodle Glossary

I'm attempting to export the glossary in each chapter of a course, but whenever I attempt to do so, most of the entries will not actually make it to the XML file. I've found that any entry that has "Exported Entry" listed near the bottom right is…
HB729
  • 1
  • 2
0
votes
1 answer

Custom block for display of scorm interactions with tree button

I can't insert the values of the third interaction of a scorm . I see the values of the second interaction reported. Where am I wrong? thank you this is the code SELECT scc.userid AS User, sct.name AS Name, scc.scoid AS SCORM_ID, sct.module AS…
NicAb
  • 3
  • 2
0
votes
0 answers

moodle application android with deepLinking - Android

How can I go from my app to moodle application with deepLinking like bellow? My moodle application android is customize(I have my domain, username and ...)now I need to redirect user from an application to moodle application android. Like this…
jo jo
  • 1,758
  • 3
  • 20
  • 34
0
votes
0 answers

how can I fill in the username and password elements moodle mobile

I want to enter the Moodel Mobile application from another application, and my main question is, how can I fill in the username and password elements when entering and then login the user? Although the login page of the mobile moodel is…
jo jo
  • 1,758
  • 3
  • 20
  • 34
0
votes
0 answers

How do i store pictures in moodle?

I'm trying to create my own Activity in moodle where students can take pictures of their Drivers License and that pictures get stored in moodle, then later opended and shown to the teacher. My Problem is to store the picture on the moodle side and…
Krupp J
  • 23
  • 4
0
votes
0 answers

Error while getting native targets for android: No valid Android Emulator home found

root@ubuntu:/home/tesema/moodleapp# npm run prod:android moodlemobile@4.1.0 prod:android /home/tesema/moodleapp NODE_ENV=production ionic cordova run android --prod [ERROR] Error while getting native targets for android: No valid Android Emulator…
0
votes
1 answer

Moodle plugin exception

I was trying to install a plugin called "Socialwall format" on my Moodle site running on a remote server. Before completing installation, it threw two exceptions that is, It has been detected that your site is not secured using HTTPS. It is strongly…
0
votes
0 answers

I want to use Scratch-gui instead of what provided by snap! submissions plugin on Moodle but when I do so the file does not submit

In moodle I want to assign a assignment to a student, but the assignment submission should be using the snap! submissions plugin. Everything works fine when using the snap! submission Gui for creating a project on the student's end but when I change…
Jeet
  • 23
  • 4
0
votes
1 answer

Moodle course images

I'm trying to customise Moodle - 4.O according to my requirements. I have installed My programs plugin so that we can create a program and add some courses into it. The thing is I want to display all the courses in the program as cards. The Course…