select gender,university,count(device_id) as user_num,round(avg(active_days_within_30),1) as answer_cnt ,round(avg(question_cnt), 1)as answer_cnt from user_profile group by gender, university