Dividing students from the same class into subgroups for the same subject with the same teacher
Last updated: Jul 31, 2024
Scenario: Students from class 12A are divided into two subgroups and study Computer Science with the same teacher, John Smith.
Defining Subgroups
In the Divisions page, we will define the following:
| Subgroup Name | Abbreviation |
|---|---|
| Subgroup 1 | s1 |
| Subgroup 2 | s2 |
Setting Up Lessons
In the Lessons -> Add Lessons page, we configure the lessons for each subgroup:
| Teacher | Subject | Class | Division |
|---|---|---|---|
| John Smith | Computer Science | 12A | s1 |
| John Smith | Computer Science | 12A | s2 |
Result in Timetable
In the resulting timetable, subgroups s1 and s2 will be scheduled at the beginning/end of the day to avoid gaps in the students' schedules.
Back