As you explore Navigating Medical Complexity, you will have
your own ideas, reactions and questions. You can use this
worksheet to track your thoughts and questions or to help
you have conversations with your child’s providers.
Guide
SHARE
Navigating Medical Complexity Worksheet
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;
}">