(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, '
Insights into SLP Students’ Learning and Readiness
What is it about?
This paper discusses findings from 1:1 student interviews to explore the impact course design and teaching methods have on how students learn and prepare for clinical practice.
Why is it important?
Including student perspectives in course and curriculum design helps create evidence-based speech-language pathology programs that better support learning, clinical confidence, and professional competence.