* renaming for the docs, demo data and patch * changes in the doctypes and reports * rename the config file * Few name changes in messages and license * rename the school settings to education settings * changes in the documentation * added the setup file for the fixtures * corrected the ui tests file path * fix the codacy * add the patch for renaming few doctypes and fields * changes in the patch
1.0 KiB
1.0 KiB
Room
A classroom is a space (room or lab) where you want to schedule courses or examinations. A room in an educational institute can be a Class room, a laboratory or a Examination hall.
The Room doctype allows you to record the room number and the seating capacity for a classroom. Once a room is created Course schedule link is provided in the Room doctype to view or add the course schedule for the classroom.
![Room](/docs/assets/img/education/setup/room.png)
The course schedule validate the availability of the Room number and an alert message is shown if there is an overlap for the Room number for a given time slot.
![Room](/docs/assets/img/education/setup/Course-schedule-error.png)
The Room number is further linked to the Assesment plan. It validates the availability of examination room for the assessment to be held for a given date and time.
![Room](/docs/assets/img/education/setup/Room-Assesment-plan.png)
{next}