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
| Column | Description |
|---|---|
| ID | Unique identifier for the section/module. |
| Name | Section/Module title (e.g., Module 1: Variables). |
| Type | Whether it is a Section or Module. |
| Parent Module | If a module, shows its parent section/module. |
| Description | Short summary of the section/module. |
| Guideline | Instructor guideline (hidden in learner view). |
| Order | Position in the course flow (drag-and-drop reorder). |
| Actions | Quick 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 |