mcy_new #1
|
|
@ -157,7 +157,7 @@ Widget $scoringQuestionsView(BuildContext context, HomeworkReviewState sateData,
|
||||||
/// 学生打分数据
|
/// 学生打分数据
|
||||||
studentScoreListener() {
|
studentScoreListener() {
|
||||||
item.studentScore = studentScore.value;
|
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;
|
if (theVal != null) theVal.studentScore = studentScore.value;
|
||||||
|
|
||||||
var studentQuestions = sateData.studentQuestions.value;
|
var studentQuestions = sateData.studentQuestions.value;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue