| | |
| | | import com.mindskip.xzs.domain.ExamTemplatesUserCount; |
| | | import com.mindskip.xzs.domain.ScoreTemplatesUserCount; |
| | | import com.mindskip.xzs.domain.other.KeyValue; |
| | | import com.mindskip.xzs.domain.vo.ExamPaperStatisticVO; |
| | | import com.mindskip.xzs.domain.vo.ExamTemplatesVO; |
| | | import com.mindskip.xzs.domain.vo.TeamplatesUserExcelVO; |
| | | import com.mindskip.xzs.domain.vo.*; |
| | | import com.mindskip.xzs.viewmodel.admin.exam.ExamPaperEditRequestVM; |
| | | import com.mindskip.xzs.viewmodel.admin.paper.ExamPaperGradePageRequestVM; |
| | | import com.mindskip.xzs.viewmodel.admin.paper.ExamPaperGradeQuery; |
| | |
| | | |
| | | void insertDefault(ExamPaperEditRequestVM model); |
| | | |
| | | void insertDefaultByTemplate(ExamTemplatesVO model); |
| | | |
| | | Map<String, Object> histogram(ExamPaperStatisticVO examPaperStatisticVO); |
| | | |
| | | Map<String, Object> histogramByTemplate(ExamPaperStatisticVO examPaperStatisticVO); |
| | | |
| | | Map<String, Object> pieChart(ExamPaperStatisticVO examPaperStatisticVO); |
| | | |
| | | List<ExamPaperDataExportVO> dataByTemplate(ExamPaperDataVO examPaperDataVO); |
| | | |
| | | ExamPaperDataExportVO totalByTemplate(ExamPaperDataVO examPaperDataVO); |
| | | |
| | | List<ExamPaperDataExportVO> dataByPaper(ExamPaperDataVO examPaperDataVO); |
| | | |
| | | ExamPaperDataExportVO totalByPaper(ExamPaperDataVO examPaperDataVO); |
| | | |
| | | Integer getExamTotal(ExamPaperStatisticVO examPaperStatisticVO); |
| | | |
| | | |
| | | /** |
| | | * 根据答卷试卷id获取最高成绩答卷 |
| | | * @param examPaperAnswer 答卷 |
| | | * @return 最高成绩答卷 |
| | | */ |
| | | ExamPaperAnswer getTemplateOtherExamAnswer(@Param("examPaperAnswer") ExamPaperAnswer examPaperAnswer, @Param("templateId") Integer templateId); |
| | | |
| | | /** |
| | | * 根据试卷id获取最高成绩答卷 |
| | | * @param examPaperAnswer 答卷 |
| | | * @return 最高成绩答卷 |
| | | */ |
| | | ExamPaperAnswer getPaperOtherExamAnswer(ExamPaperAnswer examPaperAnswer); |
| | | } |