mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
chore: Triton added new values to ell disaggregation data; 'Yes' => 'ELL', 'No' => 'Not ELL'
This commit is contained in:
parent
6269414bca
commit
9ae6d611ff
1 changed files with 2 additions and 2 deletions
|
|
@ -9,9 +9,9 @@ class Ell < ApplicationRecord
|
|||
|
||||
ell = ell.delete(",")
|
||||
case ell
|
||||
in /lep\s*student\s*1st\s*year|LEP\s*student\s*not\s*1st\s*year|EL\s*Student\s*First\s*Year|LEP\s*student|^EL\s+|true|1|^ELL$|^LEP\s*Not\s*1st\s*Year/i
|
||||
in /lep\s*student\s*1st\s*year|LEP\s*student\s*not\s*1st\s*year|EL\s*Student\s*First\s*Year|LEP\s*student|^EL\s+|true|1|^ELL$|^LEP\s*Not\s*1st\s*Year|^Yes/i
|
||||
"ELL"
|
||||
in /0|2|3|Does\s*not\s*apply/i
|
||||
in /0|2|3|Does\s*not\s*apply|^No/i
|
||||
"Not ELL"
|
||||
in %r{^#*N/*A$|Unknown}i
|
||||
"Unknown"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue