Back to Freecodecamp

Task 20

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Soy de BLANK.

--blanks--

Guatemala

--feedback--

This is a country located in Central America.

--explanation--

The complete phrase is Soy de Guatemala, which means "I am from Guatemala".

--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
    }
  ]
}