Skip to content

Get the list of people who haven't attended the passage #3

@blpabhishek

Description

@blpabhishek

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>);

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions