|
@@ -106,10 +106,10 @@ const HandleFormChange = (val:any,questionItm:QuestionMsg)=>{
|
|
|
answerCode: val,
|
|
answerCode: val,
|
|
|
studentAnswer: '',
|
|
studentAnswer: '',
|
|
|
studentQuestionScore: '',
|
|
studentQuestionScore: '',
|
|
|
- studentAnswerScore: '',
|
|
|
|
|
- answerScore:questionItm.options.find(opt=>{
|
|
|
|
|
|
|
+ studentAnswerScore: questionItm.options.find(opt=>{
|
|
|
return opt.questionSortCode == val
|
|
return opt.questionSortCode == val
|
|
|
})?.score,
|
|
})?.score,
|
|
|
|
|
+ answerScore:'',
|
|
|
}
|
|
}
|
|
|
break;
|
|
break;
|
|
|
case 5: //评分题
|
|
case 5: //评分题
|