Exam

org.openurp.edu.clazz.model.Exam
class Exam extends Component, Serializable, Cloneable

考试安排

Attributes

Graph
Supertypes
trait Cloneable
trait Component
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete fields

var beginAt: HourMinute

期末考试开始时间

期末考试开始时间

Attributes

var endAt: HourMinute

期末考试结束时间

期末考试结束时间

Attributes

var examDuration: Short

考试时长

考试时长

Attributes

var examForm: Option[ExamForm]

考试方式

考试方式

Attributes

var examMode: ExamMode

考核方式

考核方式

Attributes

var examOn: Option[LocalDate]

期末考试日期

期末考试日期

Attributes

var examRoomType: ClassroomType

考试教室类型

考试教室类型

Attributes

var hasMakeup: Boolean

是否有补考

是否有补考

Attributes