Back to Freecodecamp

Task 11

curriculum/challenges/english/blocks/es-a1-learn-meet-angela-and-basti/6916019cc2aa0367de683686.md

latest1.3 KB
Original Source
<!-- (AUDIO) Sebastián: Mucho gusto, Ángela. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK BLANK, Ángela.

--blanks--

Mucho

--feedback--

This word means "much" or "a lot".


gusto

--feedback--

This word means "pleasure", like in "It's a pleasure to meet you".

--explanation--

The complete phrase is Mucho gusto, Ángela, which means "Nice to meet you, Ángela" or "Pleased to meet you, Ángela".

--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": 12.67,
      "finishTimestamp": 13.95
    }
  },
  "commands": [
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sebastián",
      "startTime": 1,
      "finishTime": 2.28,
      "dialogue": {
        "text": "Mucho gusto, Ángela.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 2.78
    }
  ]
}