select tag, difficulty, round(avg(score),1) from exam_record join examination_info on exam_record.exam_id = examination_info.exam_id where score != (select min(score) from exam_record) and score != (select max(score) from exam_record) and exam_record.exam_id = 9001