Event
IN THE ROOM: What does a good day look like?
November 18, 2020 12:00 am
Video Recap
The Panelists
Liz Morris - Parent Advocate
View Bio
Chris and Irene Jakubiak - Parent Advocates
View Bio
Jori Bogetz, MD
View Bio
Nick Purol, MSW, LICSW
View Bio
Made possible by a grant from:
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;
}">