Re: Moodle REST API - Postman collection
by Nebiyu Hailemariam. Hi Haris,Were you able to get the postman collection for the APIs?
View ArticleWeb service API for fetching course price
by Jiz Sam. We are developing a web application integrated with moodle. It contains student registration, enrollment, courses and learning plans etc. In the application to display the details of the...
View ArticleMoodle API to other systems
by Cobus van Loggerenberg. I have a requirement from a customer to store procedures not in Moodle but in an external Document Management System but when a need arise to obtain the document the...
View ArticleUse moodle as backend of my front-end app
by laye ndiaye. Use moodle as backend of my angular app and spring as midlleware.
View ArticleRe: Use moodle as backend of my front-end app
by laye ndiaye. Hi to everybody. I am sorry without greeting. I am new here. Thanks for any help in advance.
View ArticleRe: Use moodle as backend of my front-end app
by Marcus Green. https://docs.moodle.org/dev/Web_service_API_functions
View Articlecore_grades_update_grades Manual Item
by maynor Garcia. I need to update a manual item with core_grades_update_grades , but I don't know what to write in "component" and "source".ould you please help me? thanks!
View ArticleRe: core_grades_update_grades Manual Item
by maynor Garcia. According to what I was reading, it is not possible with this function to edit the manual items, so what I did was to play with mysql, I arrived to this: INSERT INTO...
View Articlecore_calendar_delete_calendar_events
by Dat Ngo. I have already read API document and add following required parameter of this function but still have invalid parameter error. Can somebody help...
View ArticleUse a different URL for Web Services (REST API)
by Ugene Tang. Hi all,Relatively new to Moodle here, pardon if the question seems stupid.I am trying to see if Moodle web services REST API can be called from another URL (sub-domain). Just wondering...
View Articlecore_course_create_courses
by Moritz Grey. Hey,I want to create a course with reverse week format. What do I have to set in the parameters?courses[0][forcetheme]= stringcourses[0][courseformatoptions][0][name]=...
View ArticleRe: core_course_create_courses
by Moritz Grey. courses[0][format]=weeksrev is the solution
View ArticleAPI gradereport_overview_get_course_grades function errorcode on Moodle 3.8.2+
by Monico Briseño. Hey there. I decided to use Moodle API service. To do so, I read and setup all related with this topic. The Moodle version: Moodle 3.8.2+ (Build: 20200320)The Moodle API function:...
View ArticleMachine learning for moodle
by Abdelilah Hajji. Hi @everyone! I have a project about creating a model that predicts students majors based on their grades and I have no idea from where to begin knowing that I have the research...
View ArticleRe: Machine learning for moodle
by Marcus Green. What did your web search on the terms moodle machine learning give you?
View ArticleRe: Machine learning for moodle
by Abdelilah Hajji. It always gives me features about mlbackend ,how to install it, its git repository, how to install it on a separate server.
View ArticleRe: Machine learning for moodle
by Marcus Green. There are two parts to your question"How can I create a machine learning API using python" And" and then exploit it in moodle? Thank you in advance! " You probably need to start to...
View ArticleRe: Machine learning for moodle
by Abdelilah Hajji. My main question is the second "how can I integrate it in moodle as part of its ml models", and thank you for your support!
View ArticleRe: Machine learning for moodle
by Marcus Green. You would need a web serve endpoint for retrieving the data to process.https://docs.moodle.org/dev/Web_services This means writing some php and (probably) SQL code to pull back the...
View Article