SHARE
Videos
Theme: Shared Decision-Making
Uncertainty: The doctor can’t have all the answers; building a shared partnership.
Page: 6 of 6
Uncertainty: The doctor can’t have all the answers; building a shared partnership.
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;
}">