(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?
Technologies, such as iPads, are increasingly being used in therapy for people with language deficits following stroke. We hypothesize that measuring a person's ability to do or learn to do tasks on an iPad provides information that might be meaningful when prescribing an iPad-based therapy. We developed a short iPad test battery and training materials to see how well people with and without strokes can perform and learn to perform tasks on an iPad.