字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
SchID |
学校ID |
integer |
None. |
ExamID |
主键 |
integer |
None. |
ExamName |
考试名称 |
string |
None. |
ClassID |
班级ID |
integer |
None. |
CName |
班级名称 |
string |
None. |
SNames |
本考试包含的科目名称集合 |
Collection of string |
None. |
ExamScoreAvgs |
六次考试的总分平均分 |
Dictionary of string [key] and string [value] |
None. |
ExamReports |
本次考试的统计详情 |
Collection of ExamReportApiModel |
None. |
ExamScoreSubAvgs |
科目的六次考试平均分 |
Dictionary of string [key] and string [value] |
None. |