# Extension reporting

`local_extenddeadline` ships no admin screen. Per-activity extensions are
already visible on each activity's **Overrides** page; what that page cannot
show is the reason the learner gave, how much of their 3-request quota they
have used, and whether a grant came from the automation or from a PM by hand.

`extension_grants.sql` covers those. To install it:

1. Site administration > Reports > Configurable reports > Add report
2. Report type: **SQL report**
3. Paste the contents of `extension_grants.sql`
4. Save, then add column and filter settings as required

`prefix_` is Configurable Reports' placeholder for the site's table prefix --
leave it as written, the plugin substitutes it.

If this report is ever dropped, the reason picker should also be removed from
the learner UI, since nothing else reads that field.
