Joomdle 2.x Installation

How to call Joomdle web service functions in my code in joomla

  • saeid
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
3 years 3 months ago - 3 years 3 months ago #1 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.
Last edit: 3 years 3 months ago by saeid.

Please Log in or Create an account to join the conversation.

More
3 years 3 months ago #2 by Antonio Durán
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

Please Log in or Create an account to join the conversation.