2108 solutions found
Page 79 of 106votes
I've just installed the latest version of moodle on my server but I get the moodle site with no styles as if it can't detect the css sheet. During t...
votes
Currently, moodle support 4 mnet services 1. Remote enrolment service 2. Portfolio services 3. SSO (Identity Provider) 4. SSO (Service...
votes
I have deleted users from moodle but the deleted users still show up in the users list with ability to undelete them. Is there any way to remove the deleted use...
votes
I am currently developing a Moodle Plugin. I have followed the documentation for setting up a moodle block, and installing it. However after I have put the plug...
votes
I have been a searching a lot on this I want to create a course using Web service API of moodle. Things I understood so far are 1. There is a function n...
votes
How to change the contents of this output?? I'm trying to change , but can not find the file q make this change how to edit echo $OUTPUT->main_cont...
votes
I have installed the Homestead VM and setup the Moodle installation folder on my Mac (OSX Yosemite). I also created the 'moodledata' folder and gave it...
votes
I'm new to using moodle. I have downloaded Moodle 2.9 version. I'm doing the integration of drupal and moodle. to just showing the moodle courses in dru...
votes
I have 2 tables in my moodle database such as equiz_details and equiz_responses as follows: **mdl_equiz_details:** [![enter image description here][1]][1]...
votes
I am creating a local plugin which adds a menu item to course administration. I am able to add the new menu item, but on click of that link when the flow goe...
votes
I need an SQL query that will give me all users enrolled to a course in the last 90 days that are not suspended. I have done some searching and found this:...
votes
7 and i want to make some modifications in the header of page. The modification is get the teacher name of the course and put them in the header when user cl...
votes
I'm doing the next api rest call in c#: String token = "e2a35dbfdaee78097c7ba489xxxxxxxx"; MoodleUser user = new MoodleUser();...
votes
Imagine that a user uploads a file called "myAssignment.docx" to Moodle to complete the submission of an assignment. Where would the folder containing...
votes
I am trying to export Moodle lesson content from Moodle database, but I am having problems exporting images. Moodle stores lesson HTML in a MySQL database but i...
votes
I have recently updated the Moodle LDAP-auth settings under *Site Administration* > *Plugins* > *Authentication* > ***LDAP Server*** I have done thi...
votes
I'm very new to Moodle dev. I have read the basics of the API, and now started getting my hands dirty by making tinymce plugin. While doing so, I have encou...
votes
I am just wondering if there is any way to run some custom function when a block is being installed? I can see that there is after_installation() function used...
votes
My client was having one old server with apache, mysql, php. We moved server to new location and I installed easy engine on it. we have separate machine for db...
votes
Title says it all :) at docs.moodle.org it says to include "AcceptPathInfo On" in httpd.conf but I can't find where this file is and at what lin...