select
    user_id,
    question_type,
    device,
    pass_count,
    date
from 
    questions_pass_record
where 
    user_id in(select distinct(user_id) from user_info where graduation_year=2022)