2108 solutions found
Page 76 of 106votes
I have a setting page in my custom theme with a logo setting : $name = 'theme_xxx/logo'; $title = get_string('logo', 'theme...
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...
votes
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(&#...