Want to create an interactive transcript for this episode?
Podcast: Medical Spanish Podcast
Episode: Cuarentena β Review β Spanish for COVID19
Description:
We practice Spanish for talking with our patients and the community about what to do if you get ill, how to self-quarantine at home, and when to seek medical attention. This lesson is based on the Q & A: Spanish for COVID19 β PrevenciΓ³n y cuarentena.
You do not have access to this content. Log in below, become a member or upgrade.
Username or E-mail
Password
*
function mepr_base64_decode(encodedData) {
var decodeUTF8string = function(str) {
// Going backwards: from bytestream, to percent-encoding, to original string.
return decodeURIComponent(str.split('').map(function(c) {
return '%' + ('00...