123
This commit is contained in:
parent
4a03e92468
commit
f79baf3a5e
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue