(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, '
What is it about?
Audiology doctoral students often say that clinical audiometric masking is very challenging to learn. Our study examined the experience of learning clinical masking from the student perspective.
Why is it important?
If we are to improve the efficiency of classroom and clinical audiometric learning, we need to examine our current processes first with a critical eye.