(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, '
Peer mentoring to reduce stress in new graduate students in speech-language pathology
What is it about?
Graduate students in speech-language pathology have high levels of stress that can have negative consequences for the students and the program. A pilot program in peer mentoring showed little impact on overall stress levels but student mentees reported benefits to participation.
Why is it important?
These findings demonstrate that peer mentoring has the potential to benefit students.