2108 solutions found
Page 80 of 106votes
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...
votes
I'm using Moodle 2.7, and a few days ago some users reported to me that when they tried to generate a new account on '/moodle/login/signup.php' or t...
votes
After installing moodle, cannot og in as root in phpmyadmin, i tried everything i found in google, but i just can log in with other user called "admin"...
votes
I'm having troubles setting up a moodle instance behind an apache proxy. Here's my apache front-end that proxies to the running server. NameVi...
votes
I want to display data from moodle database in HTML table, but for every record separate table is being displayed: Code: $rec=$DB->get_records_sql(...
votes
I want to list the names of the modules (activities) in my course sections from moodle function or from db query. I can get section details and module id fr...
votes
I upgrade my moodle from 2.6.4 to 2.7.1. After upgrading I've got blank (white) screen. Then I turn on debug display in config.php $CFG->debug = 3...
votes
I am crafting a CORS request with jQuery to accomplish a SSO type system. User logs into wordpress and with a hook at the same time also logs into Moodle. T...
votes
I install Moodle on xampp server. its installed properly . but when I try to logout or any other activity Firefox shows error, **The page isn't redirecting...
votes
I am working in a project to create a Moodle 2.7 from scratch. I have done few theme customizations for Moodle 2.6 but I can't find any reference for Moodle...
votes
When I try enter my moodle from internet I see this message: > Fatal error: $CFG->dataroot is not configured properly, directory does not exist or is n...
votes
I'm trying to set up kerberos SSO in Moodle but I'm getting a error_code: KRB5KDC_ERR_PREAUTH_REQUIRED (25): **1) I've configured kerberos on Apa...
votes
I'm trying to get Moodle's quizzes as JSON. I've already tried http://desenvolvimento.imd.ufrn.br/qmmoodle/webservice/rest/server.php?wstoken=cf5...
votes
I'm developing a custom login application for Moodle. I just want to know which algorithm does Moodle uses to encrypt passwords? So that, I can authentic...