| | |
| | | * @param isCovered |
| | | */ |
| | | void importSubject(List<ExamSubjectExcel> data, Boolean isCovered); |
| | | |
| | | /** |
| | | * 判断当前题目的答题结果 |
| | | * @param preSubJectId 题目Id |
| | | * @param preResult 提交的结果 |
| | | * @return |
| | | */ |
| | | Integer getAnswerResult(Long preSubJectId, String preResult,Long scoreId); |
| | | |
| | | /** |
| | | * 随机查询题库120道 |
| | | * @return |
| | | */ |
| | | List<String> getExamSubjectChoicesList(); |
| | | |
| | | /** |
| | | * 判断当前题目的答题结果 |
| | | * @param preSubJectId 题目 id |
| | | * @param preResult 提交的结果 |
| | | * @param simulateExamId 模拟考试记录 id |
| | | * @return |
| | | */ |
| | | Integer getAnswerResultBySimulate(Long preSubJectId, String preResult, Long simulateExamId); |
| | | } |