Back to Freecodecamp

Task 10

curriculum/challenges/english/blocks/es-a1-learn-greetings-during-the-day/68c8974b9d5ddd2334b965c0.md

latest1.4 KB
Original Source
<!-- (Audio) Camila: Hola, buenas tardes -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hola, BLANK.

--blanks--

buenas tardes

--feedback--

This phrase has two words and means "good afternoon". It's a common greeting used in the afternoon or early evening.

--explanation--

Buenas tardes is a greeting used in the afternoon. It translates to "Good afternoon".

In Spanish, tardes is a feminine plural noun, so the word buenas (good) must also be feminine and plural. For example:

Hola, buenas tardes. – Hello, good afternoon.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Camila",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_greetings_in_the_afternoon.mp3",
      "startTime": 1,
      "startTimestamp": 0.3,
      "finishTimestamp": 2.13
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 2.83,
      "dialogue": {
        "text": "Hola, buenas tardes.",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 3.33
    }
  ]
}