Back to Freecodecamp

Task 2

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

latest1.4 KB
Original Source
<!-- (Audio) Elena: Hola, buenos días -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hola, BLANK.

--blanks--

buenos días

--feedback--

This phrase has two words and means "good morning". The second word means "days" and includes an accent on the í.

--explanation--

Buenos días is a greeting used in the morning. It translates to "Good morning". For example:

Buenos días, equipo. – Good morning, team.

The word días has an accent mark on the í. In Spanish, accent marks indicate where to put the stress in pronunciation.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Elena",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_greetings_in_the_morning.mp3",
      "startTime": 1,
      "startTimestamp": 0.35,
      "finishTimestamp": 2.18
    }
  },
  "commands": [
    {
      "character": "Elena",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Elena",
      "startTime": 1,
      "finishTime": 2.83,
      "dialogue": {
        "text": "Hola, buenos días",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "opacity": 0,
      "startTime": 3.33
    }
  ]
}