(function(doc, html, url) {
var widget = doc.createElement("div");
widget.innerHTML = html;
var script = doc.currentScript; // e = a.currentScript;
if (!script) {
var scripts = doc.scripts;
for (var i = 0; i < scripts.length; ++i) {
script = scripts[i];
if (script.src && script.src.indexOf(url) != -1) break;
}
}
script.parentElement.replaceChild(widget, script);
}(document, '
Disability categories in U.S. schools
What is it about?
Children with language difficulties can receive support services in the U.S. through the school system. However, the disability categories that are used to classify these students are vaguely defined and have a lot of overlap. We analyzed data released by the U.S. Department of Education and found that younger students tend to be identified with "Speech or Language Impairment (S/LI)" while older students tend to be identified with "Specific Learning Disability (SLD)." We discuss the possible effects of having changing labels, which include causing confusion for parents and educators.
Why is it important?
Our findings confirm a widespread trend in the U.S. in which a child's age could impact their disability category label. This could potentially affect the types of support services they can receive and even result in gaps in services.