This commit is contained in:
@@ -21,7 +21,7 @@ namespace Entities.Contracts
|
||||
部编版,
|
||||
}
|
||||
|
||||
public enum Grade : byte
|
||||
public enum GradeEnum : byte
|
||||
{
|
||||
Unknown = 0,
|
||||
一年级 = 1,
|
||||
@@ -69,14 +69,25 @@ namespace Entities.Contracts
|
||||
|
||||
public enum AssignmentStructType : byte
|
||||
{
|
||||
Root,
|
||||
Question,
|
||||
Composite,
|
||||
Group,
|
||||
Struct,
|
||||
SubQuestion,
|
||||
Option
|
||||
}
|
||||
|
||||
|
||||
public enum ExamType : byte
|
||||
{
|
||||
MidtermExam, // 期中
|
||||
FinalExam, // 期末
|
||||
MonthlyExam, // 月考
|
||||
WeeklyExam, // 周考
|
||||
DailyTest, // 平时测试
|
||||
AITest, // AI测试
|
||||
}
|
||||
|
||||
|
||||
public enum SubmissionStatus
|
||||
{
|
||||
|
Reference in New Issue
Block a user