SHARE
Videos
SHARE
Theme: Access and Equity
A Black couple reflects on unconscious bias in medicine: "I shouldn't have to start flashing all these badges in order for you to respond."
Page: 2 of 3
A Black couple reflects on unconscious bias in medicine: "I shouldn't have to start flashing all these badges in order for you to respond."
13 / 30
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;
}">