|
|
@ -103,7 +103,7 @@ public class TeacherOpenCourseQuestionLogScoreInfo extends BaseEntity {
|
|
|
|
"@} \n" +
|
|
|
|
"@} \n" +
|
|
|
|
"and t.teacher_open_course_question_setting_id = #teacherOpenCourseQuestionSettingId# "
|
|
|
|
"and t.teacher_open_course_question_setting_id = #teacherOpenCourseQuestionSettingId# "
|
|
|
|
)
|
|
|
|
)
|
|
|
|
private List<ResourcesQuestionSnapshot> questionLogList;
|
|
|
|
private List<TeacherOpenCourseQuestionLog> questionLogList;
|
|
|
|
|
|
|
|
|
|
|
|
public void setCorrectCount(int correctCount) {
|
|
|
|
public void setCorrectCount(int correctCount) {
|
|
|
|
this.correctCount = correctCount;
|
|
|
|
this.correctCount = correctCount;
|
|
|
|