Browse Source

考试数据分类类型

CrazyIter 4 năm trước cách đây
mục cha
commit
b6f28435a5

+ 7 - 4
TEAMModelOS.Service/Models/SchoolInfo/ExamInfo.cs

@@ -46,9 +46,9 @@ namespace TEAMModelOS.Service.Models
         /// 发布
         /// </summary>
         public string publish { get; set; }
-        public int state { get; set; }      
+        public int state { get; set; }
         /// <summary>
-        /// 周考,期初考,期中考,期末考,诊断测验,模拟测验
+        ///考试类型 段考 stage  联考 union 平常考 normal 其他 other
         /// </summary>
         public string type { get; set; }
       
@@ -59,11 +59,14 @@ namespace TEAMModelOS.Service.Models
         public string period { get; set; }
         public string grade { get; set; }
         public string semester { get; set; }
+        /// <summary>
+        /// 评测范围 class 班级测验,年级测验 grade , 区级测验 distric
+        /// </summary>
         public string range { get; set; }
         /// <summary>
-        /// 评测来源
+        /// feedBackType ==>>source 评测来源 考试阅卷 marking ,互动课堂 teach ,线上评测 exam ,手动录入import
         /// </summary>
-        public string feedBackType { get; set; }
+        public string source { get; set; }
         /// <summary>
         /// 科目
         /// </summary>

+ 1 - 1
TEAMModelOS/appsettings.json

@@ -23,7 +23,7 @@
       "ScanModel": [ "TEAMModelOS.Service" ]
     },
     "Redis": {
-      "ConnectionString": "teammodel.redis.cache.chinacloudapi.cn:6380,password=9wcTVDiAWiAf0IF5NOjZBvYrZe9JlbEw1E3F1QFcNbo=,ssl=True,abortConnect=False,defaultDatabase=13,writeBuffer=10240,poolsize=50,prefix=habook:"
+      "ConnectionString": "CoreRedisCN.redis.cache.chinacloudapi.cn:6380,password=LyJWP1ORJdv+poXWofAF97lhCEQPg1wXWqvtzXGXQuE=,ssl=True,abortConnect=False,defaultDatabase=8,writeBuffer=10240,poolsize=50,prefix=habook:"
     }
   },
   "HaBookAuth": {