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
0 answers

How to adjust the size of Moodle embedded-answer (Cloze) questions?

When students encounter a Short Answer or a Numerical question, they are presented with a text box in which they can enter their answer. Their answers will be compared to a list of allowed answers provided during the question authoring. I'm trying…
3
votes
1 answer

How can I solve the ddl execute error on Moodle 3.8.4?

I'm using Moodle 3.8.4 connected with the Azure Database for MySQL server. I'm trying to duplicate an activity by right-clicking on an activity and selecting Edit->Duplicate. I've set the debugging mode to DEVELOPER, then I see the following error…
3
votes
1 answer

Apache 2.4 crashes when audio file is played

I maintain Moodle 3.10 and with Ubuntu 18.04 (php/7.2/fpm fast cgi), 32 GBRAM and works well with 70 concurrent users to take quiz through intra network. They are all able to take quiz and submit without any issue. Today for an English exam, I…
doctshind s
  • 380
  • 3
  • 13
3
votes
1 answer

Sql query to display all user with enroll course

In the query below, it is currently displaying user that is enrolled in courses. I would like the query to show non enrolled user also. SELECT user.firstname AS Firstname, user.lastname AS Lastname, user.email AS Email, course.fullname AS…
Aaron Tan
  • 31
  • 2
3
votes
3 answers

Can guest user able to run quiz in moodle

i have quiz open for guests ,given permissions to view , preview an attempt the quiz but still guest use can't able to run the test .then why the permissions are mentioned for the guest at quiz level.
n92
  • 7,424
  • 27
  • 93
  • 129
3
votes
0 answers

Using wget to download page within Moodle

I understand that this might be too specific but I am still quite new and having some difficulty figuring this out. So, I am hoping someone can offer up a clear command which can achieve my goal. My goal is to download a page from Moodle. Now, this…
John
  • 1,124
  • 1
  • 11
  • 27
3
votes
1 answer

Using r-exams to include circuitikz package

I want to generate electric circuit picture using circuitikz packages and r-exams in R markdown. I already include circuitikz package in header-includes, it's successful when using knit But when executing exams2pdf , here is the error i get,, LaTeX…
hamkanen
  • 31
  • 2
3
votes
1 answer

How does "attachments" option in exextra work?

I would like to know more about the attachments option in \exextra. Does this option allow the attachment(s) from students when they are submitting their answers? I could not find any worked example on this feature in http://www.r-exams.org/ or in…
Akram
  • 355
  • 1
  • 10
3
votes
1 answer

Answer boxes in R-exams

Is it possible to control the lengths of answer boxes in the Moodle from R-exams? The image below shows that the boxes have different lengths which probably correspond to those of the hidden answers. My answers contain a mixture of numeric and…
Akram
  • 355
  • 1
  • 10
3
votes
1 answer

How to include an external file in a Moodle question with R/exams?

In order to include statistical tables when using R-exams, I know that one can just use the option pages inside the function exams2nops(). But when using exams2moodle() how should one proceed? In Moodle one can upload a file within a question and…
user12703198
  • 423
  • 3
  • 11
3
votes
1 answer

Jmeter moodle testing for max concurrent usage

I have a VPS where a moodle site is working (4GB, 4CPU,Centos). In its domain a production site and another subdomain a test site is functional. I would like to test how many concurrent users can take a quiz on my server. I was told about JMeter and…
Shiva
  • 148
  • 9
3
votes
2 answers

Moodle session_start returns FALSE

I need some help installing Moodle v3.7.2. I've passed all checks for server configuration during installation, except for the fact that the site is recognized as http instead of https, maybe because of the proxy that sits in front of the nginx…
Jumpa
  • 4,319
  • 11
  • 52
  • 100
3
votes
0 answers

How to add Cordova project as a module or library to Native Android application

I have a Native Android Application that is developed using Java. I'm creating a e-learning application. Hence, i wanted to add Moodle(Moodle is an Opensource learning tool) to it. However, the 'Moodle' for mobile is not in Not a native app. Rather…
Zax
  • 2,870
  • 7
  • 52
  • 76
3
votes
1 answer

Check Moodle's hashed password

Moodle saves hashed passwords in the user table in this the format: If the stored password is: $2y$10$UB6vKrpw227eqVXj2PiPou9c0eRtxsdU02fo9.wc3VtsA2FI.gS6a then: $2y$ = the id of the hashing algorithm used (crypt_blowfish), enclosed in dollar…
Ajoy D
  • 515
  • 4
  • 15
3
votes
1 answer

How to implement SSO with moodle and wordpress blog?

I have moodle installation and wordpress blog. When user logged on to moodle want to access wordpress blog. i want to implement sso with moodle(1.9.7) and wordpress(3.0.1) blog. I am using External DB authentication plugin. I want to access my…
Dinesh Chandra
  • 662
  • 3
  • 12
  • 23