org.openurp.edu.teach

grade

package grade

Visibility
  1. Public
  2. All

Type Members

  1. trait CourseGrade extends LongIdEntity with ProjectBased with Grade

    课程成绩

    课程成绩

    学生因上课取得的成绩,业务唯一主键为[学生、项目、培养类型、学期、课程]。

    课程成绩由多个考试成绩组成,一般为平时、期末、补考、缓考、总评等成绩成分。

    Since

    2006

  2. trait ExamGrade extends Grade

    考试成绩

    考试成绩

    平时成绩,期中成绩,期末成绩,缓考成绩

  3. trait ExchangeCourse extends LongIdEntity with Updated with Named with Coded

  4. trait ExchangeSchool extends LongIdEntity with Updated with TemporalOn with Coded with Named

  5. trait GaGrade extends Grade

    总评成绩

    总评成绩

    期末总评成绩,补考总评成绩

  6. trait Grade extends Ordered[Grade] with LongIdEntity with Updated

    成绩接口

    成绩接口

    系统中所有成绩的抽象接口,记录成绩的原始分数、呈现方式、状态和是否通过。 成绩中设立原始分数和分数字面值,分别表示数字型分数和文字型评价。分数用于和其他记录方式进行转换, 分数字面值则为最后的转换结果。

    Since

    2006

Value Members

  1. object Grade extends Serializable

  2. package model

Ungrouped