Back to Freecodecamp

Task 19

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

latest1.3 KB
Original Source
<!-- (AUDIO) Sebastián: Soy de Guatemala. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Is it true: Sebastián is from Costa Rica.

--answers--

True

--feedback--

This is false. Sebastián mentions that he is from Guatemala.


False

--video-solution--

2

--explanation--

Sebastián says Soy de Guatemala, which means "I am from Guatemala".

Therefore, Sebastián is not from Costa Rica.

--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": 21.59,
      "finishTimestamp": 22.7
    }
  },
  "commands": [
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sebastián",
      "startTime": 1,
      "finishTime": 2.11,
      "dialogue": {
        "text": "Soy de Guatemala.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 2.61
    }
  ]
}