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

Can exams2moodle export additional metainfo such as idnumber and tags?

When I export the xml file of a multiple choice question, it contains the following lines: arbitrary_id_set_by_user ABCD Is there a way to add idnumber, answernumbering…
FrankS
  • 23
  • 4
2
votes
2 answers

Why doesn't the table generated from r-exams appear in Moodle?

I have defined the variables and data necessary to generate a frequency table in RMarkdown, to export it to Moodle, using R-exams: xsubio<-c(sample(5:35,5)) xsubi<-sort(xsubio) frecuencias<-sample(0:30…
2
votes
1 answer

Dropdown menu for multiple-choice questions with exams2moodle

I use Sweave (Rnw) questions using exams2moodle() from R/exams. All works fine except when I'm trying to use dropdown question for schoice or mchoice questions. Following the manual I try to use the option cloze_mchoice_display = "MULTICHOICE", but…
2
votes
2 answers

Moodle module type

I am tasked with writing a relatively small and simple PHP web app which will use a small database. Authentication for this will be through randomly generated hex keys in the query string which are generated by an administration page and emailed to…
Ozzah
  • 10,631
  • 16
  • 77
  • 116
2
votes
2 answers

Link directly to Moodle courses from PHP script

Because of an excellent answer here in the forum, I was able to find out via sql which Moodle courses a certain Moodle user is enrolled in. I have now used this help in a PHP script, which also works extremely well. //Jetzt erfolgt die Überprüfung…
D-T
  • 45
  • 3
2
votes
1 answer

pulling question bank out of Moodle

I have 3 different Moodle databases, each one represents a school, I want to built an external question bank that can be accessed by these 3 schools as follows : when a teacher creates a new quiz, the quiz editing page will look like the same of…
JaHelia
  • 1,221
  • 1
  • 15
  • 24
2
votes
1 answer

What does the "dmlreadexception" error mean on Moodle live logs when I try to pull from an external db log? And any suggestions to fix?

I am trying to use the external database log plugin in Moodle to copy over the standard log table into an external database for easier access to do some analytics work. I activated the external db log and added all correct settings on the settings…
bodily11
  • 584
  • 6
  • 10
2
votes
1 answer

Url parameters values can not be arrays

I am using Moodle version 3.8.4+ and PHP version 7.2.33 . Today I noticed a strange issue when I was trying to send a message to students, the message was: Coding error detected, it must be fixed by a programmer: Url parameters values can not be…
2
votes
1 answer

Moodle - About sending data to Unity content

We are still absolute beginner in moodle. I will try to phrase our query as clearly as possible. So, the basic requirement for our project is that, we be able to host unity games in moodle courses and track the student performances in each of the…
Sijan Bhattarai
  • 570
  • 2
  • 6
  • 25
2
votes
1 answer

How to Interact With Moodle REST API

so i want to build mobile app with flutter like moodleApp, so that app just fetch api from the existing moodle web, then, does moodle provid API to be used freely? or any other way?
Akbar Ismail
  • 33
  • 1
  • 4
2
votes
1 answer

is it possible to view a question with a browser before importing it to Moodle?

I have created a XML file using R-exams out of just a single exercise to be imported to Moodle. I would like to view it before uploading it in the Moodle question bank. I tried to open it with Firefox and I can see some code but not the output and a…
user12703198
  • 423
  • 3
  • 11
2
votes
1 answer

Is it possible to export exercises from R/exams to Moodle without listing the options with (a,b,c,d)?

Is it possible to export exercises from R/exams to Moodle without listing the options with (a,b,c,d)? In the image bellow the options with the bullets (a,b,c,d): Is it possible to define any option in the exams2moodle function that explicitly…
Sinval
  • 1,315
  • 1
  • 16
  • 25
2
votes
1 answer

How to intercalate questions with the response options in a cloze item (Moodle)?

Is it possible to intercalate questions with the response options in a cloze item (Moodle)? Example: From this: to this: question 1. options (question 1) question 2. options (question 2) and so on...
Sinval
  • 1,315
  • 1
  • 16
  • 25
2
votes
1 answer

Generate Moodle exercises with images using the exams package

I am using the exams package, I want to generate some Moodle exercises with it which incorporate some images. Although using this code in a *rmd file: ```{r, echo = FALSE, results =…
Sinval
  • 1,315
  • 1
  • 16
  • 25
2
votes
2 answers

Cloze with numerical and multiple-choice items

I am using Moodle to make my subjects exams. I would like to mix a numerical cloze question, with a single-choice or a multiple-choice question. And each question should have different percentages on the final mark of the question, for example:…
tesis.pfc
  • 35
  • 4