Skip to main content
Toggle navigation menu
Release Notes
Need Help?
Community
Sign in
Bridge App Customer Support and Help Center
Administration
Enrollments
Enrollments
How do I enroll users in a group or learning content item with a CSV file as a manager?
How do I bulk upload historical enrollment data?
How do I modify an enrollment expiration date?
How do I upload enrollment data and modify due dates?
Should I reset or re-enroll a learner in a course?
Helpful tips when re-enrolling users in coursework
How do I set up a course to re-enroll learners?
How do I remove enrollments?
How do I reenroll a course within a program?
How do I archive a course that has enrollments?
How do I find a user to add to a live training?
How do I find a group to add to a live training?
How do I migrate historical learnable data across accounts?
How do I know the enrollment source for an enrollment?
What re-enrollment abilities are available for Journeys?
How do I re-enroll a group in a course?
How do I see a User’s Enrollment Source?
How Active and Inactive Enrollments Work in Bridge
<% if (items.length > 1) { %>
In this article
<% items.forEach(function(item) { %>
<%= item.name %>
<% }); %>
<% } %>
<% var getColumnClasses = function(numberColumns) { var classNames = 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
<% (categories.length > 1 ? categories : sections).forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %> <% if (block.name) { %>
<%= block.name %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
<% var getColumnClasses = function(numberColumns) { var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
Looking for Additional Assistance?
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (block.name) { %>
<% if (block.html_url) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
<% if (categories.length) { %>
Categories
<% categories.forEach(function(category, index) { %> <% if (category.id !== activeCategoryId) { %>
<%= category.name %>
<% category.sections.forEach(function(section, index) { %>
<%= section.name %>
<% }) %>
<% } %> <% }); %>
<% } %>