To enable the learner dashboard, the administrator must update the learner.dashboard settings in the tenant configuration.
-
Log in as an administrator.
-
Open the tenant settings file at:
/portal/tenant-settings/current
-
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
-