Back to Freecodecamp

Task 16

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

latest2.4 KB
Original Source
<!-- (AUDIO) Ángela: Soy salvadoreña. -->

--description--

The phrase Soy + [nationality] is the most common way to say your nationality in Spanish. It is equivalent to "I am + [nationality]".

This phrase is used in introductions as the direct answer to the question ¿Cuál es tu nacionalidad?, where nacionalidad means "nationality".

In Spanish, nationalities are not capitalized unless they are used at the beginning of a sentence. They must also agree in gender with the speaker. For example:

CountryNationality (Feminine)Nationality (Masculine)
Méxicomexicanamexicano
Argentinaargentinaargentino
Perúperuanaperuano
Uruguayuruguayauruguayo
El Salvadorsalvadoreñasalvadoreño

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Ángela's nationality?

--answers--

Salvadoreño

--feedback--

This form is correct for a male speaker. Since the speaker is Ángela (female), the feminine form should be used.


Boliviana

--feedback--

Ángela mentions a different nationality.


Salvadoreña


Salvadoreñés

--feedback--

Ángela mentions a different nationality.

--video-solution--

3

--explanation--

Ángela says Soy salvadoreña.

The nationality of someone from El Salvador is salvadoreño (masculine form) or salvadoreña (feminine form).

Since Ángela is a female, she uses the feminine form of the nationality: salvadoreña.

--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": 18.35,
      "finishTimestamp": 19.71
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.36,
      "dialogue": {
        "text": "Soy salvadoreña.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 2.86
    }
  ]
}