Re: "View courses without participation" Permission needed to get a course list?
by john deacon. Push. Someone could at least confirm for me that there is just core_course_get_courses to get a list of available courses.
View ArticleRe: "View courses without participation" Permission needed to get a course list?
by Mary Cooch. Users can view the list of courses they can enrol in usually even as guests by going to YOURMOODLE.com/course/index.php View courses without participation is for being able to actually...
View ArticleRe: "View courses without participation" Permission needed to get a course list?
by john deacon. Mh, didn't thought of that option, but for that I would have to parse HTML. If I wanted to do that, I wouldn't use the REST Webservice. :P
View ArticleRe: enrol_manual_enrol_users limit
by James Henestofel. I believe that the following may be related. https://moodle.org/mod/forum/discuss.php?d=260108MDL-45573For some reason when enrolling students it may be trying to update a quiz...
View ArticleRe: Moodle API to get Course Completion Data
by Sam Villamizar. Yes, I believe my need goes along the same lines. I need an API that will allow me to retrieve student data, midterm, and final grades in order to send them to our SIS.Any guidance...
View ArticleNot Acceptable! An appropriate representation of the requested resource could...
by Em Jee Cardoza. How can i fix this error ? :------------------------------------------------------------------------------------------------------Not Acceptable!An appropriate representation of the...
View ArticleRe: Not Acceptable! An appropriate representation of the requested resource...
by Marcus Green. I suspect it is something on your network/server and not Moodle, see herehttp://modsecurity.org/
View ArticleRe: Moodle API to get Course Completion Data
by Ryan Chausse. Wanted to update here: I have written two PHP functions to retrieve Course Completion data from Moodle. I'm surprised that Moodle's core API did not offer this functionality. I will...
View ArticleRe: Moodle API to get Course Completion Data
by Sam Villamizar. Ryan, would you be willing to share those PHP functions for us to use them? It might take a while until they are integrated in Moodle core. In what version of Moodle did you test...
View ArticleMay need plugin for Web Services
by Wendi Turner. I need a system that will tell an outside entity that a student passed the course. The information needs to include a lot of personal information of the student, including the...
View Articleadd course element
by vsevp;pd trofimov. how can I add courses elements (links and media files) to course automatically using web services from external application? In documentation I've only found...
View ArticleInserção via WebService
by Cleiton Bergo. Estou utilizando um servidor iis (Windows server 2012) e quando executo a função via webservice-xmlrpc passando todos os parâmetros pra criar a categoria com acentuação ele salva no...
View ArticleRosarioSIS has webservices-based integration to Moodle
by Martín Langhoff. This is a bit of a cross post. RosarioSIS, a fork of CentreSIS/FocusSIS has a project on github, and a webservices integration using xml-rpc. This and other info at...
View ArticleRe: Get user token
by Bart Van Leeuwen. I also had the problem that I could not use token.php to get a user token.. It appeared to be that I had a password for the user containing non-alphanumerical characters. This...
View ArticleCreating users through core_user_create_user
by Rodrigo Bengoechea. Hello all,I'm newbie to Moodle and it's web services usage. I need to call the core_user_create_user function from C# in order to replicate the creation of users in some other...
View Article2.7.1 Cost to create an API
by Wendi Turner. Folks, I need to hire someone to create an API on a system that has a lot of the code already created and a place to test it out. I have no idea what to suggest as a fair price for...
View ArticleRe: REST Service Create User C# Example [Moodle 2.3.1]
by Rodrigo Bengoechea. Hello everyone, I'm using the posted code in order to run some tests to get the Moodle Web Services work. I've gone through this tutorial...
View ArticleRe: How to get a list of courses for the teacher?
by Cesar Zambrano. hello Jury, I reviewed your old post and not if you've already solved, I developed a new function for web services which returns the list of courses in which a user has the role of...
View ArticleCreate assignment or Create Grade via Web Service
by Jared Wellman. Hey All, I'm attempting to send student grades from an external application into Moodle (2.8+) but I haven't figured out how to do this as of yet. It seems like the web services...
View ArticleSo no one will go down a road that leads no where ...
by Ken Task. Short version ...Setup a CentOS 6 test server without DNS just for testing for a rather large corp using Moodle remotely hosted (outside the confines of corp network - apparently the...
View Article