Skip to main content

Course Sections — Tables View

The Sections Table view provides an overview of all sections and modules in a course.
Admins can quickly view, sort, and manage sections in one place.


Where to Find It

Backoffice → Courses → Select a Course → Sections (Table View)


Table Columns

ColumnDescription
IDUnique identifier for the section/module.
NameSection/Module title (e.g., Module 1: Variables).
TypeWhether it is a Section or Module.
Parent ModuleIf a module, shows its parent section/module.
DescriptionShort summary of the section/module.
GuidelineInstructor guideline (hidden in learner view).
OrderPosition in the course flow (drag-and-drop reorder).
ActionsQuick actions: Edit ✏️, Delete 🗑️, View 👁️.

Example Table

Course Sections Table Example

| ID | Name | Type | Parent | Order | Actions |
|------|-----------------------------|---------|--------------|-------|------------------|
| S-01 | Python Basics | Section | — | 1 | Edit • Delete |
| M-01 | Variables & Data Types | Module | Python Basics| 1.1 | Edit • Delete |
| M-02 | Control Flow | Module | Python Basics| 1.2 | Edit • Delete |
| S-02 | Advanced Python | Section | — | 2 | Edit • Delete |
| M-03 | Object-Oriented Programming | Module | Advanced | 2.1 | Edit • Delete |