521 solutions found in moodle-core
Page 3 of 27votes
I'd like students to be able to access the first couple of lessons in Moodle before being presented with a request for payment. I've searched for ages o...
votes
currently we are experiencing the 'Error Reading from Database' issue with our Moodle site. We've established this is not due to a recent Upgrade an...
votes
How to get the `context` and `context id` in **Moodle 2.9.1**. Currently I am in a block : **Question Paper** In form submission action page I need the `c...
votes
I'm working on a Moodle install and wondering how I can make it so to avoid simultaneous grading. I plan on having multiple evaluators grading students o...
votes
I am new in Moodle and i have a task to create local plugin with course manager role. In my system i have bulk of users in specific course and they are categori...
votes
I have been following [this][1] tutorial successfully and created a small custom block. I need this block to display on maths quiz/attempt.php pages but I ha...
votes
I have the following `array` in my `Moodle` `plugin`: Array ( [0] => stdClass Object ( [id] => 32 [sessionid] =&...
votes
My friend (creating [his project using Moodle][1]) asked me about how to prevent/exclude the sent email confirmation from his Moodle project to being classified...
votes
Hello and thank before hand, im running `moodle 2.8` and some professor created a new site new welcoming the student and etc, then the professor wanted to know...
votes
I am developing a plugin for **comments and ratings of resources** in moodle, so I figuered out that it is activity module type of plugin. My goal is to ena...
votes
Even if it is a development environment? I have a development server with a Moodle instance. Currently, I have the following structure: `/var/www/html/moo...
votes
I'm working with Moodle and theres a lot of global variables and it seems that there's no proper documentation. First I thought like "yeah just see...
votes
First of all I am brand new to Moodle. We have a SCORM course that we imported in Moodle. The course have 15 questions in the end. If you answer all 15 question...
votes
I've embedded a lot of videos in my moodle page. Some of them are not loading at all or talkig forever to load. Sorry for posting a stupid question, but I j...
votes
I am trying to create a form element text with value in moodle. I trying the below : $mform->addElement('text','test', get_string(&#...
votes
I'm not a php nor moodle developer. I worked as a python developer for many years and now work as a devops eng. One of my clients uses the moodle framew...
votes
I am a newbie with moodle (a learning-management system). I have installed moodle on my Windows 8 laptop. I want to get access to the user table of moodle...
votes
I am a beginner in moodle-programming and would like to build a custom module which displays all terms and explanations of a given glossary on one page. Can som...
votes
I need to know if a user is on-line at Moodle, there is a [Moodle block][1] for it, but actually it just check if the user had an activity on Moodle in the last...
votes
I have not been able to integrate CkEditor with Moodle 2.9.1+. (I suspect the issue would apply to any text editor, not just CkEditor.) Per the [README inst...