SHARE
Videos
Theme: Clinical Trial: Decision-Making
Clinical Trials: A mom – “I hope I get to make that decision whether to participate and that I make the right decision.”
Page: 3 of 3
Clinical Trials: A mom – “I hope I get to make that decision whether to participate and that I make the right decision.”
SHARE
25 / 28
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;
}">