Browse Source

Merge branch 'develop' of http://52.130.252.100:10000/TEAMMODEL/TEAMModelOS into develop

CrazyIter_Bin 2 years ago
parent
commit
6df6038bca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TEAMModelOS/Controllers/Common/ExamController.cs

+ 1 - 1
TEAMModelOS/Controllers/Common/ExamController.cs

@@ -967,7 +967,7 @@ namespace TEAMModelOS.Controllers
                             {
                                 foreach (string right in ans[i])
                                 {
-                                    if (standard[i].Contains(right))
+                                    if (standard[i].Contains(right.Trim()))
                                     {
                                         result.studentScores[newIndex][i] = points[i];
                                     }