Lessons
Guides and answers about Lessons.
All Lessons articles
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, 2022Hide 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, 2024Hide 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, 2024Image 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, 2024Lessons
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, 2024Modules
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