A therapist who treats through the therapeutic use of everyday activities. They help patients develop, recover, improve, as well as maintain the skills needed for daily living and working.
0) {
const rect = $el.getBoundingClientRect();
const clickX = $event.clientX - rect.left;
const percentage = clickX / rect.width;
const newTime = percentage * $store.globalAudio.duration;
$refs.audio.currentTime = newTime;
}">