SHARE
Videos
SHARE
Theme: Clinical Trial: Informed Consent
Clinical Trials: Assent to Participate: My son is old enough to decide for himself.
Clinical Trials: Assent to Participate: My son is old enough to decide for himself.
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;
}">