Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/es-a1-learn-basic-personal-information/6932e8b3c47cbce2c168f5ee.md

latest1.4 KB
Original Source

--description--

Ángela is starting a conversation. She's using a simple afternoon greeting to say "Hi, good afternoon!"

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, buenas BLANK.

--blanks--

Hola

--feedback--

This is the most common way to say "hi" or "hello" in Spanish.


tardes

--feedback--

This word means "afternoons" and is used in afternoon greetings.

--explanation--

Hola means "hello", and tardes means "afternoons".

Together, this is how you greet someone during the afternoon in Spanish.

--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": 1.05,
      "finishTimestamp": 2.79
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.74,
      "dialogue": {
        "text": "Hola, buenas tardes.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 3.24
    }
  ]
}