Edjet LMS courses are structured into lessons of various types, which are used to divide the course content into smaller pieces.
Edjet LMS support a wide variety of lesson types, so you can choose the format that best suits the learning needs of your learners.
Here are the different types of lessons you can create in Edjet LMS:
The most effective courses use a mix of different formats to convey each message in the most engaging way. The three most favorite formats are text article, video lesson and test.
Edjet LMS offer a flexible way of organizing your course content. It is up to you and requirements of your course, how your course will be organized.
Most basic course design will be to divide the course content into topics, where each topic is represented by a lesson. Lessons are organized as a flat list of lessons. This is very similar to a PowerPoint presentation.
Example of the simple course design with a flat outline:
Course
├── Lesson // Topic "A" lesson
├── Lesson // Topic "B" lesson
├── Lesson // Topic "C" lesson
├── Lesson // Topic "D" lesson
├── ... // ...
└── Lesson // Topic "M"
However the number of the lessons is not limited, you should keep in mind the reasonable amount of lessons is around 50.
If your course require a more advanced design, you can use sub-lessons to create a 2 level structure.
Example of the advanced course outline:
Course
├── Lesson // Topic "A" intro
│ ├── Sub-lesson // Topic "A" lesson 1
│ ├── Sub-lesson // Topic "A" lesson 2
│ ├── Sub-lesson // Topic "A" lesson 3
│ ├── ... // ...
│ └── Sub-lesson // Topic "A" lesson n
├── Lesson // Topic "B"
├── Lesson // Topic "C"
├── Lesson // Topic "D"
├── ... // ...
└── Lesson // Topic "X"
However you can create more than 2 levels, we recommend to limit the outline to maximum of 3 levels. If you need to accommodate more content, please consider creating more courses.
Learn how you can rearrange lessons within your course.