mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Change the sufficiency threshold from a static number of minimum responses to a minimum response rate of 25 percent
This commit is contained in:
parent
d4df7cbc06
commit
2a2777745a
20 changed files with 180 additions and 138 deletions
19
doc/architectural_decision_records/3.md
Normal file
19
doc/architectural_decision_records/3.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Decision record 3
|
||||
|
||||
# Change the response rate threshold from a static number to a response rate percentage
|
||||
|
||||
## Status
|
||||
|
||||
Completed
|
||||
|
||||
## Context
|
||||
|
||||
We do not show responses if there is insufficient data. We only show a graph if it's statistically meaningful. Previously, the minimum number of responses was set to 17 per teacher survey item and 196 per student survey item. This was calculated at the measure level.
|
||||
|
||||
## Decision
|
||||
|
||||
We have changed the minumim threshold to be a 25 percent response rate at the subcategory level.
|
||||
|
||||
## Consequences
|
||||
|
||||
This story, in combination with the story for marking short-form only schools, means that small population elementary schools will be able to see the responses visualized on the dashboard where before, that data would have been filtered out.
|
||||
Loading…
Add table
Add a link
Reference in a new issue