1. Program Structure

Lessons

Guides and answers about Lessons.

Guides in this topic

All Lessons articles

6articles
01

Assignment Answers

Assignment lessons are a type of online course lesson you can create. Assignment lessons include a section at the end of the lesson where you can ask students to complete a certain task, or ask them a question. You can a

Updated Feb 21, 2022
02

Hide Lesson Author Display

To hide the lesson author display on all your lessons, copy the code below and paste it in your "program scripts" section of your custom code area. <style> .l-info-left{ display:none; } </style> You can find the custom c

Updated Aug 30, 2024
03

Hide Reading Time

To hide the reading time on all lessons, copy the code below and paste it in your "program scripts" section of your custom code area. <style> .reading-time-wrap{ display:none; } </style> You can find the custom code area

Updated Aug 30, 2024
04

Image Sizes and Resolutions Inside Heights

In general, there is no need to worry about the exact size of the image you upload as Heights will automatically process and optimize the images you upload into the optimal size. For certain types of images that have an

Updated Jan 20, 2024
05

Lessons

Every Course you create will have many Lessons. Lessons are pieces of content that serve to teach or test your student. There are several lesson types: Text/Content Video Audio Download Assignment Below we will go into t

Updated Aug 30, 2024
06

Modules

Modules are an optional way to segment and separate groups of lessons within a course. A course can contain multiple modules, and each module can contain multiple lessons. What is unique about our modules feature is that

Updated Jan 1, 2025