SHARE
Videos
Theme: Shared Decision-Making
Message to parents: Trust your intuition. Message to clinicians: Listen to what the child and parents want and do whatever you can to make that happen.
Page: 6 of 6
Message to parents: Trust your intuition. Message to clinicians: Listen to what the child and parents want and do whatever you can to make that happen.
SHARE
61 / 64
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;
}">