Commit 3d120144 authored by 黄奎's avatar 黄奎

页面修改

parent d47e5b51
......@@ -68,6 +68,8 @@ namespace Edu.Module.Exam
var oldAnswerList= Common.ConvertHelper.StringToFileList(sItem.Answer);
var newAnswerList = Common.ConvertHelper.StringToFileList(answerModel.StundetAnswer);
bool isExists = true;
if (newAnswerList != null && newAnswerList.Count > 0)
{
foreach (var nItem in newAnswerList)
{
if (isExists)
......@@ -86,6 +88,7 @@ namespace Edu.Module.Exam
{
multScore = sItem.Score / 2;
}
}
answerList.Add(new RB_Examination_StudentDetails_ViewModel()
{
Id = answerModel.Id,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment