SHARE
Videos
SHARE
Theme: Clinical Trial: Informed Consent
Clinical Trials: A mom: Don’t feel rushed, don’t feel desperate – read the Informed Consent
Clinical Trials: A mom: Don’t feel rushed, don’t feel desperate – read the Informed Consent
1 / 8
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;
}">