Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CheckinState

The current checkin state of students or the courses.

Index

Enumeration members

Enumeration members

LATE

LATE = "LATE"

Students checked in late, or the course start marking the ingoing checkin request as late.

NOT_CHECKED_IN

NOT_CHECKED_IN = "NOT_CHECKED_IN"

Students did not check in, or the course has stopped accepting checkin request.

ON_TIME

ON_TIME = "ON_TIME"

Students checked in on time, or the course are accepting checkin request.

Generated using TypeDoc