As a teacher/admin
I want to know the people who haven't attended the passage.
So I can remind them to do it.
In SQL:
select email,name from users where active=true and admin=false and id not in (select user_id from responses where passage_id=<passage_id>);