521 solutions found in moodle-core
Page 15 of 27votes
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 cor...
votes
I am developing a Moodle website using SSO. I have configured auth_saml2 moodle plugin and I have tested with test login. I am getting error > Exception...
votes
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 `e...
votes
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 t...
votes
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 recogn...
votes
I want to do with configuration settings [![Student can enable turn editing][1]][1] [1]: https://i.sstatic.net/4FNIQ.png Please suggest the best po...
votes
**Moodle** saves hashed passwords in the user table in this the format: > If the stored password is: > > `$2y$10$UB6vKrpw227eqVXj2PiPou9c0eRtxsdU...
votes
My purpose is simply being able to retrieve basic user info (id, username, lastname, firstname) in javascript on ANY moodle page WITHOUT having to create a plug...
votes
I have an external app that needs to know which users have completed a course in Moodle via the API. That is to say, it will want to know who completed course...
votes
I am new to moodle and trying to install moodle 3.3.1 on my windows system, but after some steps it is showing some errors. mysql_full_unicode_support#Fi...
votes
String strAlgName = HashAlgorithmNames.Sha1; HashAlgorithmProvider objAlgProv = HashAlgorithmProvider.OpenAlgorithm(strAlgName); CryptographicHa...
votes
I am facing problem with `loading URL` in `web-view`. `Web-view` shows blank because it is not logged in. How to access `course file` without login into moodle2...
votes
I am trying to move my moodledata folder content into Amazon S3. i didnt found any document (or guide) to configure this setup. I am using MOODLE 3.3 STABLE b...
votes
So, I have the next problem: I try to create the new div `@type@` in > /message/templates/message_area_contact.mustache So the code looks like thi...
votes
Failing to import SCORM package PHP/MySQL. I am creating my own SCORM package in the laravel framework but I didn't get any kind of independent package w...
votes
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 ch...
votes
Test performance defines the plugin as Invalid[![enter image description here][1]][1]. [1]: https://i.sstatic.net/LzsQu.jpg
votes
I am trying to suspend a user in Moodle by using Moodle's [Web service API functions][1] in PHP. I can change user fields like firstname, but I am not ca...
votes
is there a way to add regex validation in custom fields for signing up in moodle? I'm tricking with the signup_form.php and signup.php files but i can't...
votes
I am integrating my application in asp.net MVC with Moodle. But it need LMS standards for future integrations with any other LMS. I am totally blank about th...