Back to Freecodecamp

Task 5

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

latest1.8 KB
Original Source
<!-- (Audio) Ángela: Guatemalteco. -->

--description--

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What nationality is Ángela mentioning?

--answers--

Guatemalteca

--feedback--

This form is correct for a female from Guatemala. Ángela is mentioning the masculine form of this nationality.


Guatemalense

--feedback--

Try again. This is not the correct word.


Guatemalteco


Guatemalaño

--feedback--

This word is not correct. Ángela mentions something different.

--video-solution--

3

--explanation--

The word Guatemalteco is the masculine form of the nationality of someone from Guatemala.

Nationalities must agree in gender with the person they describe.

GenderNationalityExample
FeminineGuatemaltecaElla es guatemalteca. ("She is Guatemalan.")
MasculineGuatemaltecoÉl es guatemalteco. ("He is Guatemalan.")

--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": 11.24,
      "finishTimestamp": 12.7
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.46,
      "dialogue": {
        "text": "Guatemalteco",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 2.96
    }
  ]
}