2108 solutions found in server-meltdown
Page 77 of 106votes
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...
votes
Well, thats the question: **Is there a way to export/import all moodle configuration?** I found this: https://docs.moodle.org/dev/XML_Administrator_Settings...
votes
This is a basic question but again after lot of search I could not get how to do. I am for the first time trying to place custom validations. I have created...
votes
I create a PDF in Moodle using the following code $pdf = new pdf; $pdf->AddPage(); $pdf->Write(1, "Test"); $pdf->Out...
votes
I'm working with an old version of moodle(2.0.6) and I can't change this version. The problem is, when I install the [importepub plugin][1] and crea...
votes
Is there any reason for which I should prefer one of the means of creating new database tables for a plugin over the other? It seems like most of the core plugi...
votes
I am trying to restrict access to Moodle course activities based on a user profile field. The profile field tracks eligibility based on other criteria such as...
votes
In moodle 2.7, I want to sent email to only be passed to student with quiz result information! Have any already plugins or customization?
votes
I'm trying to build a report of all users and their score for a particular course for a Moodle v2.7 database (which uses PostgreSQL 9.3. I am getting the fo...
votes
I Installed Moodle 2.7 by using XAMPP and it displayed the admin profile page. I am getting error if I proceed to any other page or open the application again...
votes
I have a problem with all non-standard themes in my Moodle instance (localhost, Mac OS X, MAMP): no non-standard theme is displayed in theme selection list....
votes
I am creating a form in moodle. I require `multipart/form-data` in enctype attributes to work with files. But I don't know where the attribute should be set...
votes
I know that in Moodle 2.5.1+ there are some problems with the File Picker. If editing is turned on, the File Picker doesn't work. I was curious if anyon...
votes
I am trying to customizing the course page in such way that once the student logged in he should see a button in the center of the screen course layout, i have...
votes
I want to create a course in moodle and hold contensts (like ACM contest). Does moodle have a plugin to connect to domjudge? Or does it have an online judge p...
votes
I have problem with LMS Moodle: students see all courses on the main page, but I want, that they see only courses, where they are enrolled. Is it possible t...