Back to Freecodecamp

Task 16

curriculum/challenges/english/blocks/es-a1-warm-up-first-questions-basics/690e4ce4d95c5c3ab09f2700.md

latest1.8 KB
Original Source
<!-- (Audio) Ángela: Encantada. -->

--description--

Ángela is using an alternative introductory word that is equivalent to "Pleased to meet you".

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What word is Ángela using?

--answers--

Encantado

--feedback--

This is the masculine form of the word that Ángela is using. Since Ángela is a female, she should use the feminine form instead.


Agradable

--feedback--

This word is not used for introductions.


Estupenda

--feedback--

This word is not used for introductions.


Encantada

--video-solution--

4

--explanation--

The word Encantada is an alternative, common way for a female speaker to say "Pleased to meet you".

It means "charmed" or "delighted".

FormGenderSpeakerMeaning
EncantadoMasculine (-o)Male SpeakerPleased to meet you.
EncantadaFeminine (-a)Female SpeakerPleased to meet you.

--scene--

json
{
  "setup": {
    "background": "company3-center.png",
    "characters": [
      {
        "character": "Ángela",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_first_questions_warmup.mp3",
      "startTime": 1,
      "startTimestamp": 22.13,
      "finishTimestamp": 23.22
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.09,
      "dialogue": {
        "text": "Encantada",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 2.59
    }
  ]
}