select 
    count(distinct user_id) as cnt
from 
    questions_pass_record_detail;