521 solutions found in moodle-core
Page 2 of 27votes
I have recently taken over a moodle site run by our former head of department. I am taking over between us handing it over to the new head of department in a mo...
votes
I am trying to enroll a user on my Moodle site via using the Moodle API. My Moodle instance is hosted on AWS and all relevant ports are open and listening. So...
votes
I have tried to use sandbox payment using moodle and payment is successful and shown in payhere dashboard. but in moodle, the student is not enrolling and again...
votes
I am trying to use the Moodle API (web services) to get information about (my) assignment submissions. I want to know whether I submitted an attempt for the ass...
votes
I am trying to use exams package to create my Moodle exams. I want to create a cloze question whit 3 numeric and one string sub-types but I am having problems w...
votes
The r-exams package offers a possibility to add a url to the question using the macro \url{some link}, however I would like to hide the link and show some text...
votes
I am new to moodle and I need to do an upgrade. I have several questions first: 1) I have to upgrade from 3.4 to 3.5 and then to 3.9. Would I have to install...
votes
I was trying to setup redis cache for moodle server. My moodle serve is very slow. So I installed redis server to change the cache from file cache to redis. But...
votes
I would like to paste the data-frame from the R environment to the latex part (question or solution part) when creating exercises in r-exams. Later the exercise...
votes
I am trying to set up my moodle site using postgresSQL locally. I am receiving this error after setup: Config table does not contain version, can not con...
votes
I am setting up a moodle plugin for enrolment from an external database based on instruction in https://docs.moodle.org/39/en/External_database_enrolment. I was...
votes
I would like to generate several copies of a question with randomly generated data in order to upload to Moodle and make a quiz. This question would include a t...
votes
I am trying to automatically authenticate a user in Moodle but having trouble using authenticate_user_login in Moodle 3.8.3. I have tested the below code but I...
votes
I would like to create an `schoice` question in R/exams, via `exams2moodle`, which includes an answer option without points: \begin{answerlist} \i...
votes
***Error: Cannot deserialize the current JSON object (e.g. {\"name\":\"value\"}) into type 'System.Collections.Generic.List`1[System.Ob...
votes
I am creating a new Moodle plugin, and I have created more than 180 files. I think it would be better to reorder them in a directory structure. Is there any rul...
votes
SELECT ra.id, DATE_FORMAT(FROM_UNIXTIME(ra.timemodified),'%d-%m-%Y') AS Enrolment_Date, c.fullname, IFNULL(cmc.completed,...
votes
I am working on Moodle project.I want to is there a way I can write my error into Log.txt file in PHP. Below is my code class drill_auto_enrolluser extend...
votes
I want to transfer a Moodle website and its database to another host (shared host), but my database backup is too large (120 MB), meanwhile max file size allowe...
votes
I'm working on a local installation of Moodle using XAMMP. I need a coworker (we are both connected to the same LAN) to change some settings; she sees the m...