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