- Posts: 26
Joomdle 2.x Installation
How to call Joomdle web service functions in my code in joomla
- saeid
- Topic Author
- Offline
- Junior Member
-
Less
More
3 years 3 months ago - 3 years 3 months ago #1
by saeid
How to call Joomdle web service functions in my code in joomla was created by saeid
Hi,
I want to call Joomdle functions in my codes in Joomla. For example check if a user have completed an activity of a course in Moode or not. Or register a user in Moodle by code. Or enroll a user in a course by code.
Please help and give a sample code.
I want to call Joomdle functions in my codes in Joomla. For example check if a user have completed an activity of a course in Moode or not. Or register a user in Moodle by code. Or enroll a user in a course by code.
Please help and give a sample code.
Last edit: 3 years 3 months ago by saeid.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
3 years 3 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic How to call Joomdle web service functions in my code in joomla
You can take a look at administrator/components/com_joomdle/helpers/content.php to see how Joomdle calls web service functions in Moodle.
You can see the functions provided by Joomdle in Moodle in /moodle/auth/joomdle/helpers/externallib.php
You can see the functions provided by Joomdle in Moodle in /moodle/auth/joomdle/helpers/externallib.php
Please Log in or Create an account to join the conversation.