|
|
@@ -1348,7 +1348,7 @@ function backupAllReview(answerJson) {
|
|
|
//$(item).attr("answer-id", answerList[index].Id);//答题点ID
|
|
|
//$(item).attr("answer-text", answerList[index].Text);//用户作答内容
|
|
|
$(item).attr("answer-score", answerList[index].Score);//作答评分
|
|
|
- $(item).attr("answer-anstext ", answerList[index].AnsText);//参考答案
|
|
|
+ $(item).attr("answer-anstext", answerList[index].AnsText);//参考答案
|
|
|
$(item).attr("answer-comment", answerList[index].Comment);//评语
|
|
|
|
|
|
//提交直接还原作答现场
|