Back to Freecodecamp

Task 10

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

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

--description--

Now let's see how you can reply politely after someone introduces themselves.

Both Mucho gusto and Encantada/Encantado mean "Nice to meet you".

Mucho gusto is gender-neutral and can be used in most situations.

Encantada/Encantado can be more expressive and must agree with the speaker's gender.

FormSpeaker's GenderMeaning
EncantadoMasculine (-o)Nice to meet you.
EncantadaFeminine (-a)Nice to meet you.

Using either one of these phrases is important for being polite in Spanish introductions.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Mucho gusto most likely mean in this sentence?

--answers--

Good afternoon.

--feedback--

This phrase is not a reply to an introduction.


Hello

--feedback--

This word has a different purpose.


See you tomorrow.

--feedback--

This phrase is not a reply to an introduction.


Nice to meet you.

--video-solution--

4

--explanation--

The phrase Mucho gusto means "Nice to meet you".

It's one of the most common phrases used to reply after someone has introduced themselves.

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