Back to Freecodecamp

Task 1

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

latest1.4 KB
Original Source
<!-- (Audio) Elena: Hola -->

--description--

Elena is starting a conversation. She's using a simple and very common phrase to say "Hi, good morning!".

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

¡BLANK, buenos días!

--blanks--

Hola

--feedback--

This word is used to say "hi" to someone. The first letter is capitalized.

--explanation--

Hola is a greeting. It's used to say "hello" at the beginning of a conversation. For example:

¡Hola, buenos días! – Hello, good morning!

--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
    }
  ]
}