Re: Adding activity to courses using API
by Samuel Than. Just started to dwell in the same question, was wondering what was the outcome of this ?cheers.
View ArticleRe: Adding activity to courses using API
by Colin Matheson. I was able to make a plugin to add a quiz to a course pagehttps://github.com/cytochromec/moodle-block-quizlet_importThe code that actually adds the quiz starts on line 234 of...
View ArticleCourse Contents on mobile app
by jai sankar. I just want to know how to get course contents using webservice. I know the function "core_course_get_contents" Which returns the title and page views as link say...
View ArticleRe: Course Contents on mobile app
by Juan Leyva. The function core_course_get_contents returns:Sections - Modules in each section (activities or resources) -- If the module is a resource it returns a list of the files used by this...
View ArticleRe: Adding activity to courses using API
by Samuel Than. Interesting. Thanks for sharing.. will give that idea a spin...
View ArticleHow to create own function in moodle
by Nakul W. Hi!Can anybody let me know the steps to create new functions in a moodle?
View ArticleRe: Course Contents on mobile app
by jai sankar. Thanks juan. I found it out thru documentation. BTW, is there option exists to download/view the activities via webservice..ThanksJai
View ArticleRe: Problem with core_files_upload Web Sevice
by Damyon Wiese. The context id is not required (best to leave it out really) For private files the itemid is not needed either. The error you are getting is because the contextlevel must be set to...
View ArticleRe: How to get a list of courses for the teacher?
by Juan Leyva. You should:First: core_enrol_get_users_courses for returning all the coursesNext: Get all the participants of that courses using the function: core_enrol_get_enrolled_users (passing as...
View ArticleRe: Problem with core_files_upload Web Sevice
by Amith Ram. Thanks a lot.It solved my issue.One more Query , can i upload a file for a course through the same service?
View ArticleRe: Problem with core_files_upload Web Sevice
by Amith Ram. One More problem i noticed is that, i am getting a responce after uploading the file like "http://localhost:8099/pluginfile.php/24/user/private/sample.txt"But,when i click on this link,i...
View ArticleHow to Upload a File and Map it to Course
by Amith Ram. Hello guys,How to Upload a File and Map it to Course via web service using the core_files_upload Web Sevice
View ArticleRe: Moodle API to get Course Completion Data
by Ryan Chausse. Seconded. Is there any example code for this? Relevant service/function?Any relevant information would be much appreciated. Thank you very much.-Ryan Chausse
View ArticleAPI access error for core_user_get_users
by Jury Gerasimov. My Moodle installation on "Site administration - Plugins - Web services - External services - Functions" lists all the function available for external API - to be exact, to the...
View ArticleWeb Services
by Brendan Flynn. What is the difference between using the web services like REST, Soap, OSLC etc and Web RTc. I am doing a project for college, where i have a simulated network of wind turbines and a...
View ArticleExternal Database authentication via Webservices
by Amer Hamade. Hello,We are trying to develop an application which will create and manage moodle users. What we are looking for is a plugin in moodle that allows it to authenticate against external...
View ArticleRe: Get user token in SSO environment
by Vignesh SP. Dear Johan Reinalda,is there a solution for this? if you have found a solution can you please share that knowledge?i have a similar requirement and your reply will help me.ThanksVignesh
View ArticleRe: REST Service core_course_create_courses
by Jerry Ahern. Hi Joshua,I'm having trouble with this REST service too. I haven't written any code yet, I'm trying to call the web service directly using a Chrome extension called Postman (see...
View ArticleDebugging web services - How ?
by julian robinson. Hi AllI'm working on querying course data from a 3rd party web portal and am having trouble getting the course contents for some courses.I've enabled the REST endpoint, added the...
View ArticleRe: WSOD when trying to access soap webservice
by Amer Hamade. Hello,Facing the same problem. Any hint is appreciated.thnx,amer
View Article