Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/es-a1-learn-basic-personal-information/699884c7ede8f1ac75713eee.md

latest1.5 KB
Original Source
<!-- (Audio) Ángela: Gracias por venir. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK por BLANK.

--blanks--

Gracias

--feedback--

This is the common word used to thank someone.


venir

--feedback--

This verb describes the action of arriving at a place.

--explanation--

The complete sentence is Gracias por venir. This expression follows the structure:

Gracias por + infinitive verb

It is used to thank someone for an action.

  • Por introduces the reason for the thanks.

  • Venir describes the action of arriving at a place.

In this case, Ángela thanks the person for coming.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Ángela",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_esteban_personal_records_dialogue_with_angela.mp3",
      "startTime": 1,
      "startTimestamp": 2.86,
      "finishTimestamp": 4.11
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.25,
      "dialogue": {
        "text": "Gracias por venir.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 2.75
    }
  ]
}