Back to Freecodecamp

Task 21

curriculum/challenges/english/blocks/es-a1-learn-meet-angela-and-basti/6915d83a16f43c25b3f978c7.md

latest1.5 KB
Original Source
<!-- (AUDIO) Sebastián: Soy Guatemalteco. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Sebastián's nationality?

--answers--

Guatemalteco


Salvadoreño

--feedback--

Sebastián mentions a different nationality.


Mexicano

--feedback--

Sebastián mentions a different nationality.


Ecuatoriano

--feedback--

Sebastián mentions a different nationality.

--video-solution--

1

--explanation--

Sebastián says Soy guatemalteco, which means "I am Guatemalan".

Guatemalteco is the masculine form of the nationality of someone who is from Guatemala. The feminine form is guatemalteca.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sebastián",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_meet_angela_and_basti.mp3",
      "startTime": 1,
      "startTimestamp": 23.45,
      "finishTimestamp": 24.61
    }
  },
  "commands": [
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sebastián",
      "startTime": 1,
      "finishTime": 2.16,
      "dialogue": {
        "text": "Soy guatemalteco.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 2.66
    }
  ]
}