Want to create an interactive transcript for this episode?
Podcast: Medical Spanish Podcast
Episode: Prevención – Review – Spanish for COVID19
Description:
We practice Spanish for talking with our patients and the community about the symptoms of COVID19 and how to prevent the spread of the virus. 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' + c.charCodeAt(0).toString(16)).sli...