(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, '
Evaluation of auditory temporal processing
What is it about?
This article describes software designed to evaluate auditory temporal processing quickly and accurately in a clinical setting. The software is free of charge and can be used on any computer.
Why is it important?
This software is an important addition to auditory processing test batteries.