Back to Freecodecamp

Task 5

curriculum/challenges/english/blocks/es-a1-practice-first-questions/6916172fb15c2b88c574ac88.md

latest1.9 KB
Original Source
<!-- (AUDIO) Ángela: Encantada de conocerte, Basti. --> <!-- (AUDIO) Sebastián: Igualmente. -->

--description--

Ángela and Sebastián are ending their conversation after introducing themselves.

--instructions--

Listen to the audio and complete the dialogue with the correct words.

--fillInTheBlank--

--sentence--

Ángela: BLANK de conocerte, Basti.

Sebastián: BLANK.

--blanks--

Encantada

--feedback--

This word means "delighted".


Igualmente

--feedback--

This word means "likewise".

--explanation--

This dialogue includes the words encantada and igualmente.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Ángela",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      },
      {
        "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": 45.14,
      "finishTimestamp": 49.51
    }
  },
  "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.89
    },
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 3.89
    },
    {
      "character": "Sebastián",
      "startTime": 4.54,
      "finishTime": 5.37,
      "dialogue": {
        "text": "Igualmente.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 5.87
    }
  ]
}