Browse Source

学生成绩初始化为-1

zhouj1203@hotmail.com 4 năm trước cách đây
mục cha
commit
966cc6ba3d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      TEAMModelFunction/MonitorCosmosDB.cs

+ 1 - 1
TEAMModelFunction/MonitorCosmosDB.cs

@@ -102,7 +102,7 @@ namespace TEAMModelFunction
                                         foreach (double p in exams[i].papers[j].point)
                                         {
                                             ans.Add(new List<string>());
-                                            ansPoint.Add(0);
+                                            ansPoint.Add(-1);
                                         }
                                         foreach (StudentSimple stu in classroom.students)
                                         {