|
|
|
@ -2,6 +2,7 @@ package com.ibeetl.jlw.dao;
|
|
|
|
|
|
|
|
|
|
import com.ibeetl.jlw.entity.TeacherOpenCourseQuestionSetting;
|
|
|
|
|
import com.ibeetl.jlw.entity.vo.TeacherOpenCourseQuestionSettingAnalysisVO;
|
|
|
|
|
import com.ibeetl.jlw.enums.ResourcesQuestionSnapshotFromTypeEnum;
|
|
|
|
|
import com.ibeetl.jlw.web.query.TeacherOpenCourseQuestionSettingQuery;
|
|
|
|
|
import org.beetl.sql.core.engine.PageQuery;
|
|
|
|
|
import org.beetl.sql.mapper.BaseMapper;
|
|
|
|
@ -31,8 +32,10 @@ public interface TeacherOpenCourseQuestionSettingDao extends BaseMapper<TeacherO
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 题目配置,统计分析接口
|
|
|
|
|
*
|
|
|
|
|
* @param teacherOpenCourseId 开课ID
|
|
|
|
|
* @param questionSettingType 题目配置类型
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
TeacherOpenCourseQuestionSettingAnalysisVO analysis(Long teacherOpenCourseId);
|
|
|
|
|
TeacherOpenCourseQuestionSettingAnalysisVO analysis(Long teacherOpenCourseId, ResourcesQuestionSnapshotFromTypeEnum questionSettingType);
|
|
|
|
|
}
|
|
|
|
|