mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
chore: update sped rules so 'N/A' translates to 'Not Special Education'
This commit is contained in:
parent
6689fef344
commit
bedab713af
1 changed files with 2 additions and 2 deletions
|
|
@ -10,9 +10,9 @@ class Sped < ApplicationRecord
|
|||
case sped
|
||||
in /active|^A$|1|^Special\s*Education$/i
|
||||
"Special Education"
|
||||
in /^I$|exited|0|^Not\s*Special\s*Education$|Does\s*not\s*apply|Referred|Ineligible|^No\s*special\s*needs$|Not\s*SPED/i
|
||||
in %r{^I$|exited|0|^Not\s*Special\s*Education$|Does\s*not\s*apply|Referred|Ineligible|^No\s*special\s*needs$|Not\s*SPED|^#*N/*A$}i
|
||||
"Not Special Education"
|
||||
in %r{^#*N/*A$|^Unknown|^SpecialEdStatus|^SPED}i
|
||||
in /^Unknown|^SpecialEdStatus|^SPED/i
|
||||
"Unknown"
|
||||
else
|
||||
puts "************************************"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue