Once content is added to your channel, you have many options for organizing, modifying, and customizing it.
Who can use this?
Current plans | ||
---|---|---|
Individual | Team | |
Learners: | ✓ | ✓ |
Managers: | ✓ | |
Admins: | ✓ |
Legacy plans | |||||
---|---|---|---|---|---|
Stnd | Prem | Strt | Pro | Ent | |
Learners: | ✓ | ✓ | ✓ | ✓ | ✓ |
Managers: | ✓ | ✓ | ✓ | ||
Admins: | ✓ | ✓ | ✓ | ||
Learn more about Skills current plans, legacy plans, and roles. |
See also Setting channel objectives and privacy levels for options available only to team plans.
Note: To edit a channel, you must be the channel owner or a contributor. See Understanding the different roles in channels for details.
Organizing your channel
Channels help you organize your content in the way that works best for you. For example, channels can be combined into channel groups. And within channels, your content can be further organized into sections.
If you're on a plan with access to priorities, you may also see priorities in your channels as a larger container that holds channel groups. See Priorities for learners for more information.
Channel groups
Channel groups allow you to structure your channels thematically (for example, around a specific initiative or set of skills), sequentially (for example, from beginner to advanced topics), or however you choose.
Note: You can only create, edit, and delete personal channel groups.
Adding a channel group
To add a channel group:
- Click the + plus icon next to My groups on your channels page (opens in new tab).
- Give your channel group a name and a description.
- Click Create group.
Once you have one or more channel groups, you can click My groups to expand or collapse the list.
Adding channels to a group
To add a channel to a channel group:
- Locate the channel on the channels page (opens a new tab).
- Click the ••• options menu.
- Click Add to group.
- Select existing group(s).
—or—
Type a new channel group name and click the + plus icon to create a new group.
Editing or deleting a channel group
To edit or delete an existing channel group:
Note: Deleting a group doesn't delete the channels inside that group.
- Click the channel group in the My groups list.
- Click the ••• options menu next to the channel group’s name.
- Choose Edit or Delete.
Working with priorities channel groups
If you're on a plan with access to priorities, you can also work with the channel groups that are part of the priorities your plan admins have set up for your organization. See Priorities for learners for details.
Channel sections
You can add sections to your channel for more custom organization of your channel content. Sections can be collapsed or expanded to help the members of your channel focus on the content that’s relevant to them (see Adding channel members to learn how to share your channel with your team).
To create a section:
- Open the channel you want to organize.
- Click Add section.
- Fill in a section name and description and press enter/return.
- Grab the section handle on the left side and drag to desired location.
- Drag and drop existing content in the channel into the section.
Collapse or expand sections to help the members of your channel focus on the content that’s relevant to them. If you’re part of a team plan, see Adding channel members to learn how to share your channel with your team.
To remove a section:
- Hover over the right side of the section and click X.
- Click Yes, remove section to confirm removal. Any content inside the section will be ungrouped, but will remain in the channel.
Reordering content
To reorder the content within a channel or channel section, drag and drop any item up or down to your desired location. A grab bar will appear to the left of the content's thumbnail image when you hover over an item.
Copying content from one channel to another
Instead of copying a whole channel, you may want to copy only some of the content from a channel to a new or existing channel.
To copy content from one channel to another:
- Open the channel that you want to copy content from.
- Click the ••• options menu on the far right of the content you want to copy.
- Hover over Add to channel and click the channel(s) you want to add the content to.
—or—
Create a new channel by typing the channel name and then clicking the +.
If you want to remove the content from the original channel after you’ve copied it, click the ••• options menu and click Remove to remove it from the current channel.
Removing course modules from a channel
Note: Some courses must be added to a channel in their entirety and can’t be added module by module.
When adding courses to your channels, you may find that some course modules are less relevant to your channel objectives. You can remove these modules to keep the channel focused on what's important to you.
Removing modules doesn't stop them from playing once in the course. It serves as a suggestion for you—or those using your channel—to skip those modules.
To remove course modules from a channel:
- Open the channel you want to edit.
- Find the course where you want to remove modules.
- Click the caret on the right side of the course.
- Click Edit at the top of the course's Table of contents. This will populate checkbox selectors for the content.
- Uncheck the modules you want to remove.
- Click Done when you're happy with your selections.
Note: Learners using channels on mobile devices will see the entire course.
Duplicating a channel
Duplicating channels allows you to build off your own existing channels, or any you can access as part of a team plan.
To duplicate a channel:
- Locate the channel on the channels page (opens a new tab) under the My channels tab or the Company channels tab.
- Click the ••• options menu.
- Click Duplicate.
- Fill in the details, including the name, objective, description, and privacy settings.
Deleting a channel
Note: Deleting a channel is permanent. You can archive a channel instead to remove it from your active list without permanently deleting it. See archiving a channel for details.
To delete a channel:
-
Locate the channel you want to delete.
-
Click the ••• options menu.
-
Click Delete.
-
Click Yes, delete channel to confirm channel deletion.
Note: You can only delete channels you own. See Adding channel members for instructions on transferring ownership.
Formatting your descriptions with Markdown
Channel and channel groups allow you to add descriptions to give users additional context. Descriptions can also be helpful to you when revisiting channels you’ve created in the past.
You can enhance these descriptions by using Markdown to apply custom formatting to the text. The following Markdown elements are supported in channel descriptions and channel group descriptions. In each case, replace text or url with your desired content.
Note: Only the specified Markdown elements are supported. Other Markdown elements such as block quotes, images, or strikethrough aren’t supported.
Markdown | Result | Notes |
---|---|---|
# text
|
Heading 1 | Space between hash and text |
## text
|
Heading 2 | Space between hashes and text |
### text
|
Heading 3 | Space between hashes and text |
#### text
|
Heading 4 | Space between hashes and text |
##### text
|
Heading 5 | Space between hashes and text |
###### text
|
Heading 6 | Space between hashes and text |
*text*
|
Italic | No space between asterisks and text |
**text**
|
Bold | No space between asterisks and text |
***text***
|
Italic + bold | No space between asterisks and text |
[text](url)
|
Link | No space between brackets and parentheses |
- - -
|
Horizontal rule | Three hyphens with spaces between each |
text\
|
Line break | No space between text and backslash |
* text |
Bulleted list | Include space before text |
- text |
Nested bulleted list | Include space before text |
1. text |
Numbered list | Include space before text |
1. text |
Numbered list with nested bullets | Include space before text |