Back to Freecodecamp

Task 4

curriculum/challenges/english/blocks/es-a1-warm-up-first-questions-basics/690e3d643e0cf5269fc248dc.md

latest1.9 KB
Original Source
<!-- (Audio) Ángela: Salvadoreña. -->

--description--

Ángela is mentioning the nationality of someone who was born in El Salvador.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What nationality is Ángela mentioning?

--answers--

Salvadoreño

--feedback--

This form is correct for a male person who was born in El Salvador. However, Ángela is mentioning the feminine form of this nationality.


Salvadorana

--feedback--

Try again. Ángela mentions something different.


Salvadoreña


Salvadorense

--feedback--

The correct nationality is different and includes an ñ.

--video-solution--

3

--explanation--

The word Salvadoreña is the feminine form of the nationality of someone from El Salvador.

Nationalities must agree in gender with the person they describe. For example:

GenderNationalityExample
FeminineSalvadoreñaElla es salvadoreña. ("She is Salvadoran".)
MasculineSalvadoreñoÉl es salvadoreño. ("He is Salvadoran".)

--scene--

json
{
  "setup": {
    "background": "company3-center.png",
    "characters": [
      {
        "character": "Ángela",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_first_questions_warmup.mp3",
      "startTime": 1,
      "startTimestamp": 8.97,
      "finishTimestamp": 10.3
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.33,
      "dialogue": {
        "text": "Salvadoreña",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 2.83
    }
  ]
}