Back to Freecodecamp

Task 14

curriculum/challenges/english/blocks/es-a1-learn-meet-angela-and-basti/690f5a015ec6842542a57d60.md

latest1.8 KB
Original Source
<!-- (AUDIO) Ángela: Soy de El Salvador. -->

--description--

The phrase Soy de + [country] is the most common way to say where you are from.

It's usually the direct answer to the question ¿De dónde eres?.

This phrase is equivalent to saying "I am from + [country]".

The verb ser ("to be") is used in this phrase because origin is a permanent characteristic.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Where is Ángela from?

--answers--

Guatemala

--feedback--

Ángela mentions a different country.


El Salvador


México

--feedback--

Ángela mentions a different country.


Perú

--feedback--

Ángela mentions a different country.

--video-solution--

2

--explanation--

Soy de El Salvador means "I'm from El Salvador".

This is the direct answer to the question ¿De dónde eres? ("Where are you from?").

Therefore, Ángela is from El Salvador.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Ángela",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_meet_angela_and_basti.mp3",
      "startTime": 1,
      "startTimestamp": 16.26,
      "finishTimestamp": 18.11
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.85,
      "dialogue": {
        "text": "Soy de El Salvador.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 3.35
    }
  ]
}