(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, '
Using Active Learning to Train SLPs in Assessment/Treatment of "Diverse" Populations
What is it about?
This tutorial describes basic tenets of active learning, and highlights how they can be applied to teaching speech-language pathology students about clinical practice with "diverse" populations. We share sample activities and lesson plans for readers.
Why is it important?
Training students in the assessment and treatment of "diverse" populations is an area of weakness for the field. Many practicing speech-language pathologists (SLPs) report lack of confidence or adequate training in the assessment/treatment of individuals who use a language or dialect that differs from their own, which may lead to misdiagnoses and poor therapeutic outcomes. Through improving training in this particular area, we may promote better and more equitable service delivery among practicing SLPs.