Awards Leaderboard Widget |
d2l.Custom.LCSWidgets.AwardsLeaderboard.ForceSortBy
|
Org |
NotSet |
Overrides the widget's configuration settings at the course level for all instances of the Awards Leaderboard widget across the organization.
This variable offers three options: Awards, Credits, and NotSet. If NotSet is selected, the course-level sorting preferences remain unchanged. Setting either Awards or Credits overrides all course-level settings, and the Sort by option in the widget’s Customize this widget dialog becomes disabled.
|
NotSet
Awards
Credits
|
Awards Leaderboard Widget |
d2l.Custom.LCSWidgets.AwardsLeaderboard.MaskUsernames
|
Org |
Off |
Masks the usernames and profile images of learners in the Awards Leaderboard widget across all instances of the widget within the organization.
Note: Users with the Awards Leaderboard > See Masked User Details permission can view user details even when the masking configuration variable is set to on. Regardless of configurations, learners always see their own name and profile image, even when masking is enabled for the organization.
|
Off
On
|
Content Navigator Widget |
d2l.Custom.LCSWidgets.ContentNavigator.ContextOverride
|
Org
|
null
|
Override the context for the Content Navigator Widget.
|
Currently is not in use. |
Learner Awards Widget |
d2l.Custom.LCSWidgets.LearnerAwards.ContextOverride
|
Org
|
null
|
Override the context for the Learner Awards Widget.
Note: The widget identifies roles listed in the “learner” array as learners (or consumers) of the widget. If an award is set to be hidden until earned, it is not visible to learners who have not yet earned it.
|
var roleDefinitions = { "learner": [ "Role1", "Role2" ] }; |
Photo Banner Widget |
d2l.Custom.LCSWidgets.PhotoBanner.ContextOverride
|
Org
|
null
|
Override the context for the Photo Banner Widget.
|
Currently is not in use. |
Multi-Profile Widget |
d2l.Custom.LCSWidgets.Profiles.ContextOverride
|
Org
|
null
|
Override the context for the Multi-Profile Widget.
The widget recognizes roles included in the “administrator” array as administrators of the widget and roles included in the “instructor” array as instructors of the widget. Administrators have access to all the widget's configuration options in the context menu inside of the widget. Instructors only have access to the Update User Settings option in the context menu inside of the widget.
|
var roleDefinitions = { "administrator": [ "Role1", "Role2" ], "instructor": [ "Role1", "Role2" ] }; |
Single Profile Card Widget |
d2l.Custom.LCSWidgets.SingleProfile.ContextOverride
|
Org
|
null
|
Override the context for the Single Profile Widget.
|
Currently is not in use. |
Slim Announcements Widget |
d2l.Custom.LCSWidgets.SlimAnnouncements.ContextOverride
|
Org
|
null
|
Override the context for the Slim Announcements Widget.
The widget recognizes the roles included in the “moderator” array as moderators of the widget. Moderators are presented with a link to create a new announcement inside the Announcements tool.
|
var roleDefinitions = { "moderator": [ "Role1", "Role2" ] }; |
Visual Table of Contents Widget |
d2l.Custom.LCSWidgets.VisualTOC.ContextOverride
|
Org
|
null
|
Override the context for the Visual Table of Contents Widget.
|
Currently is not in use. |
Welcome Widget |
d2l.Custom.LCSWidgets.WelcomeWindow.ContextOverride
|
Org
|
null
|
Override the context for the Welcome Widget.
The widget recognizes the roles included in the “editor” array as editors of the widget. Editors can view the default content, which explains how to set up content for the widget if it has not been configured yet in the current Org Unit.
|
var roleDefinitions = { "editor": ["Role1", "Role2" ] }; |