mcy_new #1

Merged
wangyang merged 179 commits from mcy_new into master 2025-08-28 10:10:45 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f79baf3a5e - Show all commits

View File

@ -157,7 +157,7 @@ Widget $scoringQuestionsView(BuildContext context, HomeworkReviewState sateData,
///
studentScoreListener() {
item.studentScore = studentScore.value;
var theVal = sateData.studentQuestions.value?.firstWhereOrNull((e) => e.questionNo == e.questionNo);
var theVal = sateData.studentQuestions.value?.firstWhereOrNull((e) => e.questionNo == item.questionNo);
if (theVal != null) theVal.studentScore = studentScore.value;
var studentQuestions = sateData.studentQuestions.value;