| | |
| | | import org.springblade.modules.exam.vo.ExamPaperSubjectVO; |
| | | import org.springblade.modules.exam.vo.ExamPaperVO; |
| | | import org.springblade.modules.exam.vo.ExamScoreVO; |
| | | import org.springblade.modules.exam.vo.ExamSubjectChoicesVO; |
| | | import org.springblade.modules.training.entity.TrainingRegistration; |
| | | |
| | | import java.util.List; |
| | |
| | | |
| | | ExamPaperSubjectVO queryPagerSubject(ExamPaper paper); |
| | | |
| | | List<ExamPaperSubjectVO> queryRandomSubject(ExamPaper paper); |
| | | List<ExamSubjectChoicesVO> queryRandomSubject(ExamPaperVO paper); |
| | | |
| | | /** |
| | | * 计算成绩返回答案接口 |
| | |
| | | List<ExamPaperVO> getExamDetail(String userId); |
| | | |
| | | /** |
| | | * 查询前缀相同的准考证数量 |
| | | * 查询是当前前缀已生成准考证号码最大的一位 |
| | | * @param result 前缀 |
| | | * @return |
| | | */ |
| | |
| | | * @return |
| | | */ |
| | | List<Apply> getApplyDetail(String userId); |
| | | |
| | | /** |
| | | * 考试中页面刷新,1查询所有的答题信息,2查询所有的已答信息 3其他信息 |
| | | * @param examPaperVO 必须包含 scoreId |
| | | * @return |
| | | */ |
| | | Map<String,Object> getExamRefreshInfo(ExamPaperVO examPaperVO); |
| | | } |