Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
isMissingRequiredParameterstrue
In this guide, you will get to know what are the steps involving in the configuration of the moodle, how we can move from APP dashboard to moodle and user interaction with moodle.

...

  • Add Plugin in to the moodle (Log in to Moodle using one time user key)https://github.com/catalyst/moodle-auth_userkey

  • Authentication plugin used to organize the SSO(single sign on) method

  • This plugin generates one time login URL

  • Mapp the related fields in the plugin (Username and PIN)

  • Manage/ Generate token in the Moodle

    Anchor
    Manage-and-generate-token
    Manage-and-generate-token

  • User key authentication web service is used in moodle

  • Add moodle tile on our web application dashboard

  • In APP dashboard add configuration settings

  • Add moodle Url and API token in the configuration settings

  • Test the connection

  • You will be able to use the moodle through your external web application (APP dashboard)

House Keeping

Moodle Configuration

...

  • On the work space, navigate to Configurations > General Settings.

  • On the main menu, select Configuration > General.

The moodle url and API token must be placed in the configuration setting under moodle tab. To do this, first switch to the Moodle tab in the General Settings window:

Image Removed

Image Removed

Getting Started with Moodle

...

Below you can find the working demo of the moodle

...

House Keeping

Moodle Configuration

The general settings allow you to control some of the most basic configuration settings for the APP application.
To access the settings, use one of the tips below:

  • On the work space, navigate to Configurations > General Settings.

  • On the main menu, select Configuration > General.

The moodle url and API token must be placed in the configuration setting under moodle tab. To do this, first switch to the Moodle tab in the General Settings window:

Image AddedImage Added

Image Added

Manage and generate token

...