mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-13 01:10:39 -07:00
chore: update glossary values to include parsing rules for when we encounter headers
This commit is contained in:
parent
28ac95d81d
commit
f6f0a45dd2
2 changed files with 4 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ 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|true|1/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/i
|
||||
"ELL"
|
||||
in /0|2|3|Does\s*not\s*apply/i
|
||||
"Not ELL"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue