SELECT university,AVG(question_cnt) avg_question_cnt from user_profile GROUP BY university ORDER BY AVG(question_cnt)