mod_assign_set_user_flags?
by Jerry West. [Cross post from the Assignment forum, sorry]I want to trigger the release of assignments using marking workflow through the web services API.I know can set the workflowstate through...
View ArticleMoodle v4.1 messaging api
by Shatha Muhanna. ,hello everyone i am using developing a plugin in moodle version 4.1 and i want to add messaging feature in this plugin i found in moodle messaging api, but i couldnt know if i can...
View ArticleRe: Moodle v4.1 messaging api
by Shatha Muhanna. Can it serve me to create a private chat between two users?
View ArticleOverride assignment deadlines for groups via API
by G MT. Hello, Is it possible to change the deadline for submitting an assignment for a group in the course via the API?I can't find any information on how the due date for groups in assignment is...
View Articlemod_assign_set_user_flags?
by Jerry West. [Cross post from the Assignment forum, sorry]I want to trigger the release of assignments using marking workflow through the web services API.I know can set the workflowstate through...
View ArticleRe: Override assignment deadlines for groups via API
by Dominique Palumbo. Hi, The data are stored in mdl_assign_overrides. I don't find the api to manage it, I found events but I don't think it help you in that case.You can find more info in...
View ArticleRe: Override assignment deadlines for groups via API
by Michael Hughes. Yeah, there's no API for this, you're basically looking at decoding what add overrride script does,and my recollection is that its' pretty arcane.
View ArticleOdp: Re: Override assignment deadlines for groups via API
by G MT. Thank you for clarifying the situation. It's a pity that there is no easy and fun way to modify deathlines for groups. I need to periodically set multiple due dates for multiple groups and...
View ArticleOdp: Re: Override assignment deadlines for groups via API
by G MT. Do you know if there are any indications that an API supporting this will be added in the future?
View ArticleRe: Moodle v4.1 messaging api
by Dominique Palumbo. Hi, I don't think you can use this api to create your own private chat. Because the api is related to the chat and notification system that already exist and use in Moodle.Linked...
View ArticleRe: Use a user token to launch a course
by Ron Meske. For anyone looking to do something similar, I ended up creating a plugin that exposed a few functions as part of the Moodle API that provided the functionality I needed.
View ArticleUpdate Quizgrades with API core_grade_update_grades function
by Lenard Hopper. Hello, i need to write a Script that update quiz grades using the core_grade_update_grades function. (for example a users grade updated from 10 to zero points)When attempting this...
View ArticleToken API for custom login User
by Sunny Adhatrao. Hi,How to create token api for custom login User. We are not saving password in Moodle database
View ArticleHow to use moodle APIs to create quiz and questions
by Michelin Lin. Hi guys, I am currently working on an LTI on moodle. I am writing API calls for one button. If the button is clicked, the written API calls create a new practice quiz with example...
View ArticleRe: How to use moodle APIs to create quiz and questions
by Juan Leyva. Hi Michelin, there are no API functions for this, you'd need to develop a Moodle plugin including new Web SErvices if you want to achieve this Most of the existing API functions in...
View ArticleCustom software development solution
by kevin047 francis. React development, Angular JS development, cloud, Java, Nodejs, DevOps, UI/UX, and Python services are provided by Dorustree in Trichy, Tamil Nadu, India.Make sure to view for...
View ArticleHow to get all courses, including the "not current" ones in which a user is...
by Carles Franquesa. Hi all,The core_enrol_get_users_courses API function only gives me back the courses whose status is "active". Does any know the way to get all courses (i.e. all enrollments)...
View Article