521 solutions found in moodle-core
Page 1 of 27votes
I have a Moodle application version 4.0.2 over Apache webserver, using PHP v8.0. After a login as administrator or submitting a change into administration panel...
votes
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 ques...
votes
This is basically a awk question but it is about processing data for the [Moodle][1] [Gift][2] format, thus the tags. I want to format html code in a questi...
votes
I have created a custom page on which all available courses are displayed. I have also uploaded the image for the course and now want to show the name of the co...
votes
I want to change default blocks and also order of them when a new course is created. I guess this should be done through editing source code, but if there is a...
votes
I am noticing strange behaviour with the course completion block when I click on a students name in the course completion report to view that individual user -...
votes
I have a question about the optional_param function in a form in PHP (version 5.3.14) After looking over why certain fields were not being saved in a form I...
votes
is there a good clean way in moodle to programmatically create new courses and copy old courses? At the moment I try to figure out whats possible with moodles w...
votes
I am looking to include URLs in each Moodle course that points to an external site. I'd like to pass the userid and course ID as GET parameters in the URL t...
votes
I am upgrading Moodle from 5.0.1 to 5.1.3+ (current latest version). This upgrade includes the [Code directories restructure](https://docs.moodle.org/501/en/Up...
votes
I have a closed exam with numeric and choice questions (True/False type or with several options to choose but only one is true) in a unique file: `T2vas.Rnw`...
votes
Moodle - how to create a simple Module activity, with just a button. The button should be displayed to user and upon clicking the button, an email will be tr...
votes
I have a setup based on what is described in https://hub.docker.com/r/bitnami/moodle ``` # Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Ide...
votes
I am trying to connect a Moodle 3.9 website that's hosted on a Windows Server 2019 computer to a Redis instance running on a Red Hat Redis server so that I...
votes
So I developed a block in Moodle which will detect the video play and pause state (uploaded video on server) and working everything well, but today I had a new...
votes
After instantiating moodle "externally" through require_once('../config.php'); in a SSO scenario inside an application (namely [MRBS...
votes
I need to restore about 70 course backups to a course area (id 20) in moodle. Is this possible via a terminal (ubuntu) via loop? THX
votes
I am getting below error in moodle integration with keycloak using OpenId Unknown state. More information about this error Debug info: Error code: e...
votes
I am trying to create a category in moodle making api call from postman API Endpoint: http://localhost/MyMoodle/webservice/rest/server.php Method: POST...
votes
I need to raise the max_input_vars value in php for a moodle installation. However when I change the value in my php.ini file the moodle web installer still pr...