521 solutions found in moodle-core
Page 6 of 27votes
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...
votes
I'm trying to show a graphic if a topic/section within a course has access restricted by an Activity completion condition and is shown greyed-out with restr...
votes
I got this SQL code from Moodle [SQL scripts][1] How to make the result to include all itemnames whether it has a score or not? **prefix_grade_grade** table co...
votes
I want to know if it´s possible to use any fullscreen API to display a SCORM course in fullscreen in Moodle LMS? I use the native HTML5 fullscreen. The...
votes
I am completely new to Moodle. I have been wondering for quiz questions analysis purpose. How can I get the no. of correct responses or incorrect responses a...
votes
I am using moodle 2.8.1 My query is regarding Moodle registration form: I want to add a confirm password field which would be required same as Email(again...
votes
How to alert the selected text from the tinyMCE editor . I already created a plugin for Moodle tinyMCE. When I click the plugin button in tinyMCE a popup will...
votes
With a recent upgrade to Moodle 2.7, a customer of ours is reporting their CustomSQL reports are failing. For example, [this query][1] used to report gradeable...