Skip to main content

B1SchoolWeeklyResult

The evaluation result for one week: per-category scores, total score, and grade.
* Produced once every Friday by FinalizeWeeklyEvaluation and permanently kept in WeeklyHistory.

PropertyTypeDescriptionMetadata
WeekIndexint32The week number since school enrollment (starting at 1). Assigned by FinalizeWeeklyEvaluation as (last entry's WeekIndex + 1), or 1 otherwise.
* The numbering stays continuous even if WeeklyHistory is trimmed for exceeding DA->MaxWeeklyHistoryCount.
AttendanceScoreint32The attendance score for this week (0~15).
ParticipationScoreint32The class participation score for this week (0~25).
HomeworkScoreint32The homework score for this week (0~20).
ExamScoreint32The exam score for this week (0~40, sum of the two slots).
RelationshipScoreint32The peer-relationship bonus score for this week (0~10).
TotalScoreint32The total weekly score, sum of all categories (0~100).
GradeEB1SchoolGradeThe letter grade derived from the total score for this week.