瀏覽代碼

学生成绩初始化为-1

zhouj1203@hotmail.com 4 年之前
父節點
當前提交
966cc6ba3d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)
                                         {