Back to Freecodecamp

Task 36

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

latest1.5 KB
Original Source
<!-- (AUDIO) Ángela: Encantada de conocerte, Basti. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK de BLANK, Basti.

--blanks--

Encantada

--feedback--

This word means "delighted" and should use the feminine form (ending in -a) because Ángela is a female.


conocerte

--feedback--

This phrase means "meet you".

--explanation--

The phrase Encantada de conocerte is a polite way for a female speaker to say "I am delighted to meet you".

A male speaker would say Encantado de conocerte.

This phrase has the same purpose as Mucho gusto in an introduction.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Ángela",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_meet_angela_and_basti.mp3",
      "startTime": 1,
      "startTimestamp": 45.14,
      "finishTimestamp": 47.38
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 3.24,
      "dialogue": {
        "text": "Encantada de conocerte, Basti.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 3.74
    }
  ]
}