Students from the same class split and learn in different rooms at the same time
Last updated: Jul 31, 2024
Scenario 1
Scenario: Students from class 10B are split into 3 subgroups and learn three foreign languages as beginner subjects.
Defining Divisions
In the Divisions page, we will define the following:
| Division Name | Abbreviation |
|---|---|
| Beginners | b |
Setting Up Lessons
In the Lessons -> Add Lessons page, we set up the lessons specifying the same division:
| Subject | Class | Division |
|---|---|---|
| Language 1 | 10B | b |
| Language 2 | 10B | b |
| Language 3 | 10B | b |
Result in Timetable
In the resulting timetable, the 3 subgroups will be scheduled to learn at the same time in different rooms.
Scenario 2
Scenario: Students from class 12C are split into two subgroups and study the same subject (advanced) with two different teachers.
Defining Divisions
In the Divisions page, we will define the following:
| Division Name | Abbreviation |
|---|---|
| Advanced | a |
Setting Up Lessons
In the Lessons -> Add Lessons page, we set up the lessons specifying the same division:
| Teacher | Class | Subject | Division |
|---|---|---|---|
| John Smith | 12C | Subject | a |
| Emma Johnson | 12C | Subject | a |
Result in Timetable
The resulting timetable will schedule the lessons in a way that avoids creating gaps for students.
Back