| | |
| | | * @return |
| | | */ |
| | | IPage<ExamStatisticsVO> getExamInfoByExamId(IPage<ExamStatisticsVO> page, ExamStatisticsVO examPaperVO); |
| | | |
| | | /** |
| | | * 根据考试id 统计查询考试信息 |
| | | * @param examScoreVO |
| | | * @return |
| | | */ |
| | | List<ExamStatisticsVO> getExamInfoByExamIdList(ExamScoreVO examScoreVO); |
| | | |
| | | /** |
| | | * 查询考试成绩明细 |
| | | * @param examScoreVO |
| | | * @return |
| | | */ |
| | | List<ExamScoreVO> getExamScoreList(ExamScoreVO examScoreVO); |
| | | |
| | | /** |
| | | * 根据id 取出题目信息(随机取) |
| | | * @param list 题目id集合 |
| | | * @param number 题目梳理 |
| | | * @return |
| | | */ |
| | | List<ExamSubjectChoicesVO> queryRandomSubjectList(List<String> list, int number); |
| | | |
| | | /** |
| | | * 模拟考试随机抽题,未缴费人员 |
| | | * @return |
| | | */ |
| | | List<ExamSubjectChoicesVO> simulateQueryRandomSubjectList(); |
| | | } |