Commit e3e32117 authored by 黄奎's avatar 黄奎

页面修改

parent 6d4cd255
...@@ -754,7 +754,7 @@ namespace Edu.Module.Exam ...@@ -754,7 +754,7 @@ namespace Edu.Module.Exam
{ {
listeningStartId = tempListeningList?.Where(qitem => qitem.Times == listeningTimes)?.Max(qitem => qitem.QuestionId) ?? 0; listeningStartId = tempListeningList?.Where(qitem => qitem.Times == listeningTimes)?.Max(qitem => qitem.QuestionId) ?? 0;
} }
if (listeningFinishCount == listeningFinishCount) if (listeningFinishCount == listeningTotalCount)
{ {
listeningStartId = 0; listeningStartId = 0;
listeningTimes = listeningTimes + 1; listeningTimes = listeningTimes + 1;
......
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