521 solutions found in moodle-core
Page 23 of 27votes
I am a beginner in Moodle and I wrote an algorithm in python to learn users profiles. The aim is to create a plugin that provides adaptive functionalities in th...
votes
I want to get user role from user id. I am using loop in my code where i want to show all user except admin. i used below code but its not working. $co...
votes
I want to know how joins are applied for **$table= set_sql();** method. I'm trying to render a table without using the conventional **html_ta...
votes
Hi there i'm beginner in using **moodle** i want my custom website which is on ASP.net can anyone guide me that how can i add **SSO** feature for my website...
votes
For one of my projects I need to manage some of the attributes of our Moodle, including (but probably not limited to) Creating/Updating users and managing enrol...
votes
I want so connect an external website with a moodle-system. I've already set up the webService and created a token to get access. I've followed http:...
votes
My problem is that I am trying to export a csv file from the Moodle DB "mdl_logstore_standard_log" with the exact order as the Logs page under Site A...
votes
I have a portal called xyz.com and a Moodle site called yzx.com. I have some users on both sites, which have same usernames and password. What I want is when a...
votes
I am new to the Moodle world. I want to make inner join 2 or more tables with PDO. I checked [documentation][1] but can't find anything helpful. Maybe I am...
votes
I am using Moodle 3.1+. I am trying to get the course contents using webservice. I have created a course with activity 'lesson'. Now when I try to get...
votes
I am trying to collect all information related to Moodle course (course + lessons) Using Moodle Api I got the course information, but gets only some basic infor...
votes
I create forms in Moodle by extending the moodle `moodleform` class and calling the `addElement()` or `createElement()` methods. For example, I create a select...
votes
I am building an application to get Json data from a Moodle web service, and using AngularJs to display the data in the app. There are multiple functions on the...
votes
I am trying to create Moodle custom service for my functionality enhancement 1 ) https://docs.moodle.org/dev/External_functions_API 2 ) https://doc...
votes
This returns a token, like: {"token":"260e5b8adf74af6be5dfa250c5ad93c8"} And I want just want the content part: 260e... Which I think I c...
votes
I'm currently working on a Ionic app with a login validation feature. The objective is to verify user-entered login details by cross-referencing them with t...
votes
I am trying to schedule a task in moodle-cron-api following the instructions here at: [https://docs.moodle.org/dev/Task_API](https://docs.moodle.org/dev/Task_AP...
votes
I want to get a list of all assignments along with their completion status under all courses. **Basically what is shown under the timeline in the dashboard.**...
votes
I want to create a customized front end for Moodle. Does anyone know that from where I can get API for this? or any other help?
votes
Our Moodle site is starting to get heavy traffic. As a result, the site is slowing down. What are some of the configuration options I should check right off the...