| | |
| | | List<ExamSubjectChoicesVO> selectExamSubjectChoicesPage(IPage page, @Param("examSubjectChoices") ExamSubjectChoicesVO examSubjectChoices); |
| | | |
| | | /** |
| | | * 查询试卷题目 |
| | | * @param page |
| | | * @param examSubjectChoices |
| | | * @return |
| | | */ |
| | | List<ExamSubjectChoicesVO> getEexPaperChoices(IPage page, ExamSubjectChoicesVO examSubjectChoices); |
| | | |
| | | /** |
| | | * 详情 |
| | | * |
| | | * @param examSubjectChoices 选择题信息对象 |
| | | */ |
| | | ExamSubjectChoicesVO selectExamSubjectChoicesInfo(@Param("examSubjectChoices") ExamSubjectChoices examSubjectChoices); |
| | | |
| | | boolean updateChoicesValue(String id,String value); |
| | | |
| | | /** |
| | | * 根据 题目id 删除选项 |
| | | * @param id 题目id |
| | | * @return |
| | | */ |
| | | int removeBySubjectId(@Param("id")Long id); |
| | | |
| | | /** |
| | | * 随机查询题库120道 |
| | | * @return |
| | | */ |
| | | List<String> getExamSubjectChoicesList(); |
| | | } |