-
Notifications
You must be signed in to change notification settings - Fork 4
Time States
Adrian Edwards edited this page Jan 28, 2019
·
2 revisions
The time state in ClassClock is a way to represent the current time categorically based on what "zone" the current time is part of.
As of the date of writing 1/28/19 this applies only to the dev branch.
The time states are made up of different flags and are used to easily determine which of the following states to use:
- No School Day - There is no school scheduled today
- Outside School Hours - There is school today, but there is no scheduled class right now. (This can mean times before and after school)
- School is in, Class is Out - This flag means that school is currently in session, but there is no scheduled class periods right now. This most likely means that there is a between-class break or passing time for students to move between classes.
- Class is in Session - There is a scheduled class period that is currently in session.