...
In Moodle, external services are a feature that allows integration with external applications or services, enabling them to interact with Moodle and access certain functionalities. The replicator parameter SERVICE refers to the external service short name.
To use external services in Moodle, administrators need to configure the service's settings, including authentication credentials, access permissions, and specific functions that can be accessed by the external application.
Steps:
...
Create
...
External
...
Services
...
.
Add
...
functions
...
to
...
the
...
External
...
Services
...
.
Authorise
...
User
...
.
Create
...
Token
...
.
Manage
...
Protocols.
How to:
Expand |
---|
title | How to create and external Service |
---|
|
Log in to Moodle as an administrator. Goto: Site administration → Plugins → Webservices → External services.
![](https://rippleops.atlassian.net/wiki/download/attachments/4736581633/2023-05-18_10-47-26.jpg?version=2&modificationDate=1684399719873&cacheVersion=1&api=v2) Select create service Add a new External service name and the short name “enrol_user“. The Short name is a mandatory field and is the name used to call the service.
Note |
---|
Short name is not a mandatory field in Moode, if left blank the interface will not work. |
![](https://rippleops.atlassian.net/wiki/download/attachments/4736581633/image-20230515-192318.png?version=1&modificationDate=1684395899758&cacheVersion=1&api=v2) |
...
Expand |
---|
title | How to link a competencies code to a Moodle Course ID |
---|
|
Navigate to the Setup ribbon tab > General Codes > Competence > Competence Codes: Select the competence affected and click Open on the toolbar. Switch to the XREF tab and click the Append button. Clicking the command enables the fields to be filled out: Interface. Select MOODLE from the drop-down list. If the MOODLE selection is unavailable, you need to define the Moodle interface by following the instructions in Add Moodle Interface. Xref Code. Enter a cross-reference set in the Moodle web interface while adding a course. To access it, in the Moodle web interface, navigate to Moodle > Course > Settings > Course ID. Comment. Enter any comment you want to add.
When completed, click OK to apply the changes.
![](https://rippleops.atlassian.net/wiki/download/attachments/4736581633/moodle_plugin_set_competence_code_assigned_xref.png?version=1&modificationDate=1683905361365&cacheVersion=1&api=v2)
|
...