How to enable learner Dashboard and Widgets

To enable the learner dashboard, the administrator must update the learner.dashboard settings in the tenant configuration.

  1. Log in as an administrator.

  2. Open the tenant settings file at:

    /portal/tenant-settings/current
  3. Modify or add the following JSON configuration:

    {
    "enabled": true,
    "widgets": {
    "calendar": {
    "enabled": true
    },
    "recentCourses": {
    "enabled": true
    },
    "quoteOfTheDay": {
    "enabled": true
    },
    "assignments": {
    "enabled": true
    }
    }
    }

Configuration Details

  • enabled: Set to true to enable the learner dashboard.

  • widgets: Individual settings to enable or disable specific dashboard widgets:

    • calendar

    • recentCourses

    • quoteOfTheDay

    • assignments