2108 solutions found
Page 91 of 106votes
I wanted to display a comment block below the activity rather than on the left or right side bars. It was a lot easier than I thought. I've added code...
votes
Please if you can help me in my problem, I'm developing a new module in Moodle (v. 2.4) (`mod_problem`), as part of my master thesis. In the `mod_form`...
votes
I want to create custom css for my custom block content, but moodle will take css from theme for all the blocks with similar css: .block div.content {...
votes
How to get the section's user information (like name, password)? Is there any method that returns it? I'm trying the function "core_user_get_use...
votes
I have installed moodle many times. But this time when i install moodle all steps are completed uptil update profile. (localhost/moodle/user/editadvanced.php id...
votes
I was looking for the proper SQL query to retrieve details of all users with the role `student`. The information would include data of some custom user profile...
votes
I am writing a custom Moodle (2.6) web service for taking up the moodle quiz, that requires to create an attempt or start an attempt. I written the API to start...
votes
I have tried to create a new user on the Moodle by web service api. I tried with a [example](https://github.com/moodlehq/sample-ws-clients/blob/master/PHP-RE...
votes
i have an addres moodle/course/modedit.php?add=page&type=&course=4&section=1&return=0&sr=0 in moodle. How can i get the courseid that is 4?...
votes
I am developing an Android app, which will upload content to a user's private files in my Moodle installation using the REST webservice core_files_upload pr...
votes
I need **$cm->id** Because In latest Moodle 2.6.0 Version. <br/> `$context = get_context_instance(CONTEXT_MODULE, $courseId);` <br/> Not Working...
votes
i'm trying to change the column size of the moodle theme 'clean' which is based on bootstrap. My Moodle uses a three column layout. The left and ri...
votes
I am trying to develop a Moodle Android app. I am using MoodleREST source code for my reference.Is there any other documentation on Moodle site which documents...
votes
I have already created a course to Moodle using joomdle WS "joomdle_create_course" using a Java client through SOAP protocol. After, I have uploaded a...
votes
I am trying to log in to a Moodle website, but it returns the "you haven't logged in yet" page, which means authentication wasn't successful....
votes
I was wondering is it possible to automatically login to moodle after loging-in in aonther site? I tried to use curl but it seems not really working. This is...
votes
I am trying to get the url to a file that I have uploaded to moodle. I want to access the file via the browser using http. The pathname of the file is hashed in...
votes
Preview: I have been trying to send an email using Moodle for a long time and finally decided to test sending an email by using a standard PHP mail() function...
votes
I am trying to get an xml file that looks like this so that I can import it into a moodle gradebook: <!-- language: xml --> <results>...
votes
I am developing a module for Moodle. I've achieve to install and instantiate it in a course. The problem is that, in "edit mode" enabled, moodle m...