(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, '
Picking words to practice in treatment for aphasia (language disorder) after stroke
What is it about?
In this study, we looked at what makes different words harder or easier to re-learn in speech therapy after having a stroke. We found that words that were more complex from a meaning standpoint (for example, less frequently occuring words) improved more than less complex words. In parallel, words with less challenging sound structure (for example, words with 1-2 syllables) improved more than words with more challenging sound structure (for example, words with 3-4 syllables).
Why is it important?
This study is important because it shows that the words that are picked to practice in speech therapy matter. When speech therapists are working with clients to select words to practice in treatment, they should consider meaning-related aspects of the words and sound-related aspects of the words (among other variables).