Back to Freecodecamp

Task 15

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

latest2.6 KB
Original Source
<!-- (Audio) Camila: Adiós. Hasta pronto. -->

--description--

As you may have noticed, there are different ways to say goodbye in Spanish. Each one has a slightly different meaning, depending on how soon you expect to see the person again.

Here are three common options:

ExpressionMeaningWhen to Use
AdiósGoodbyeMore general or when you might not see the person soon.
Hasta luegoSee you laterWhen you expect to see the person again, but not immediately.
Hasta prontoSee you soonWhen you expect to see the person again very soon.

These expressions can be used alone or combined naturally in conversation, like Camila is using them right now.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK. BLANK.

--blanks--

Adiós

--feedback--

This is a common way to say goodbye. Don't forget the accent on the ó. The first letter is capitalized.


Hasta pronto

--feedback--

This phrase has two words and means "See you soon". It's a friendly way to say goodbye. The first letter of the first word is capitalized.

--explanation--

Adiós and Hasta pronto are two common ways to say goodbye in Spanish.

Adiós means "Goodbye". Notice the accent mark on the ó. It's important for correct pronunciation and writing.

Hasta pronto means "See you soon" and is used when you expect to see the person again soon. For example:

Adiós. Hasta pronto. – Goodbye. See you soon.

--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": 4.9,
      "finishTimestamp": 7.5
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 1.85,
      "dialogue": {
        "text": "Adiós.",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "startTime": 1.95,
      "finishTime": 3.04,
      "dialogue": {
        "text": "Hasta pronto.",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 3.54
    }
  ]
}