SHARE
Videos
SHARE
Theme: Clinical Trial: Decision-Making
The Personal aspects of a clinical trial, including relocation and the impact on other children
Page: 2 of 3
The Personal aspects of a clinical trial, including relocation and the impact on other children
13 / 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;
}">