Back to Freecodecamp

Task 9

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

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

--description--

Spanish greetings often change depending on the time of day. Now, Camila is using a greeting for a specific time of day. Can you find out which one she is using?

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What time of day is it?

--answers--

Afternoon


Morning

--feedback--

The greeting Camila is saying is used later in the day, not in the morning.


Evening

--feedback--

The greeting Camila is saying is used earlier in the day, not in the evening.


Night

--feedback--

Camila is not saying "good night".

--video-solution--

1

--explanation--

Buenas tardes is a greeting used in the afternoon. It usually starts around 12:00 PM and can last until sunset or early evening. 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
    }
  ]
}