|
|
@ -270,5 +270,11 @@ public class TeacherOpenCourseQuestionLogController {
|
|
|
|
return JsonResult.success(page);
|
|
|
|
return JsonResult.success(page);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 学生端-教师端-单个学生做题日志详情
|
|
|
|
|
|
|
|
* 转到 {@link #list(TeacherOpenCourseQuestionLogQuery condition)}
|
|
|
|
|
|
|
|
* @param condition 题目配置ID
|
|
|
|
|
|
|
|
* @return
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|