|
|
|
@ -961,6 +961,8 @@ documentArchiveChapterPageQuery
|
|
|
|
|
AVG(q.finish_second_time) AS finish_second_time
|
|
|
|
|
FROM
|
|
|
|
|
question_log_summary q
|
|
|
|
|
WHERE
|
|
|
|
|
q.question_log_summary_status = 1
|
|
|
|
|
GROUP BY
|
|
|
|
|
q.question_setting_id
|
|
|
|
|
) ljq ON ljq.question_setting_id = t.teacher_open_course_question_setting_id
|
|
|
|
|