Back to Freecodecamp

Task 17

curriculum/challenges/english/blocks/es-a1-practice-personal-details-in-action/6967b07087124fbf15140a68.md

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

--description--

During the following tasks, you'll hear Julieta's conversation over the phone. She is on a call confirming her personal details. During these tasks you'll hear just to her side of the conversation.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hola, sí, buenos BLANK.

--blanks--

días

--feedback--

This word is used for morning greetings in Spanish.

--explanation--

Buenos días means "good morning" and is only used during the morning hours.

--scene--

json
{
  "setup": {
    "background": "living-room.png",
    "characters": [
      {
        "character": "Julieta",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_julieta_personal_details.mp3",
      "startTime": 1,
      "startTimestamp": 1.12,
      "finishTimestamp": 3.73
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 3.61,
      "dialogue": {
        "text": "Hola, sí, buenos días.",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 4.11
    }
  ]
}