Re: Moodle Web Service functions : Can I do this?
by Bob Puffer. grade_tree() will supply you with a heirarchical list of grade objects for the given courseid.
View ArticleRe: Moodle Web Service functions : Can I do this?
by Batiste Roger. That is a good new!What version of moodle should I use (that provide this function)? Where can I find documentation about it? Thanks!
View ArticleRe: Moodle Web Service functions : Can I do this?
by Batiste Roger. Ok, thank you!Are there other Open-LMS that I should consider using for my project if it turns out that developing a plug-in is too expensive / time consuming?
View ArticleRe: Moodle Web Service functions : Can I do this?
by Bob Puffer. The function should be in all versions of Moodle. Best documentation is to read the code -- I don't know of any other.
View ArticleRe: Using enrol_manual_enrol_users via XML-RPC.NET
by Jordi Barajas Gines. Hi Did you solve your problem?
View ArticleGet all token
por Json Chau. I want to call all service from moodle.So, I add a new service, then i add function to this service. After that, i add token to referent to my service i just add.But I cant get this...
View ArticleRe: Login webservice
por Json Chau. hi all.I think if you want to login, just using token.Because, i you have wrong username or password, i cant get your token.That is my opinion.
View ArticleRe: Moodle Web Service functions : Can I do this?
por Gregor McNish. The web services documentation (Site Admin, Plugins/Web Services/Api Documentation shows a mod_assign_get_grades function which claims to get grades given assignment ids (which are...
View ArticleHow Can I Simply Store Responses to Questions
by Thomas Sample. Dear Helpful Moodle Community, I'm hoping that you can provide some guidance relating to my issue at hand. I've been studying the moodle documentation for days, but it's massive and...
View ArticleRe: How Can I Simply Store Responses to Questions
by Gregor McNish. It depends on what you want to do. Have you looked at the questionnair or the choice plugins? They both allow submissions of answers to user defined questions.You could also go the...
View ArticleRe: Get all token
by Gregor McNish. I forgot where I read this, but you have to add the service shortname into the relevant table (external_services) manually. Then you use the get token function for the service.This...
View ArticleCreate a web service for a block type plugin
by Sandareka Wickramanayake. Hi all, First of all I would say that I'm new to developing web services.What I want to know is whether we can develop a web service for a block type plugin? Thank you in...
View ArticleRe: Questions about token.php and database shortname.
by Steve Anatai. Not sure how it could be any clearer, but it's possible your phpmyadmin isn't configured correctly. If you're using phpmyadmin then you should be able to display your moodle database...
View ArticleHow to import and organize external resources
by Marco Andreatta. Hello,I'm writing a php batch script to import external data into a moodle instance i.e. I have to import teachers, courses and for each course some folders, files and URLs.I was...
View ArticleRe: REST Service Create User C# Example [Moodle 2.3.1]
by shruti daga. I am building a project which is in windows 8 so i am using c#. i have a client application and a server application. i want the application to run with my gui but i want the backend...
View ArticleAnonymous / Guest access via web services
by Dhruv Gami. Hello, I am trying to expose the list of courses available on my site via web services to all users. I have been unable to find a way to make a service available without the token...
View ArticleRe: How to create a webservice client in moodle 2.0 using php
by Nitin Sankar. Hi NiranjanVery well said I was also facing this problem and now I got the solution. Thank for this discussion regarding to the web service.RegardsSoftware company in Lucknow
View ArticleRe: Anonymous / Guest access via web services
by Raymond Cosgrave. You can use either the token or webservice username and password to get the return from core_courses_get_courses() and format/print out the list to the person viewing the page....
View ArticleRe: Anonymous / Guest access via web services
by Dhruv Gami. Thanks Raymond ...I'm actually trying to create a service that can publish a list of all courses available in the system (prior to login/auth) so that a user can see what's available,...
View Article