ExamScheduler is a web-based tool to produce teacher-duty schedule in examination for a school/college.
Install requirements
npm install
Run the app in the development mode.
npm start
Open http://localhost:3000 to view it in the browser.
-
room_list - includes
room-name
andteachers-required
as compulsory attributes. Other optional attributes may follow. -
teachers_list - includes
teacher-name
andrank
as compulsory attributes. Other optional attributes may follow. -
schedule_list - A 2D matrix includeing relation between a session and a room, value is 'Y' if room is required on particular session.
-
work_ratio - includes
rank
andwork_ratio
as compulsory attributes. Other optional attributes may follow
- Output_file - contains a 2D matrix of teachers and their duties in given session.
Developer / Author: Srb Cheema
Collaborator : Rakesh Kumar
Collaborator : Amit Chambial