【新增】 错题集的解析
This commit is contained in:
@@ -63,6 +63,10 @@ public class ErrorQuestionListVo {
|
||||
*/
|
||||
private String specialtyName;
|
||||
|
||||
/**
|
||||
* 解析
|
||||
*/
|
||||
private String analysis;
|
||||
|
||||
/**
|
||||
* 试题答案
|
||||
|
@@ -33,6 +33,7 @@ public class ExamErrorQuestionServiceImpl implements ExamErrorQuestionService {
|
||||
item.setPointNames(examQuestion.getPointNamesVo());
|
||||
item.setCourseName(examQuestion.getCourseName());
|
||||
item.setSpecialtyName(examQuestion.getSpecialtyName());
|
||||
item.setAnalysis(examQuestion.getAnalysis());
|
||||
item.setAnswerList(examQuestion.getAnswerList());
|
||||
item.setContent(examQuestion.getContent());
|
||||
item.setFileUploads(examQuestion.getFileUploads());
|
||||
|
Reference in New Issue
Block a user