select u.university, qd.difficult_level, round( count(q.question_id) / count(distinct q.device_id), 4 ) avg_answer_cnt from ...