Back to Freecodecamp

Task 28

curriculum/challenges/english/blocks/es-a1-learn-contact-information-and-spelling/693aeeed1538037add57bf4c.md

latest1.5 KB
Original Source
<!-- (Audio) Basti: Sí, correcto. Gracias. -->

--description--

In this task, you will hear Basti end his phone call with some closing statements.

--instructions--

Listen to the audio and decide if the following statement is true or false.

--questions--

--text--

Is it true or false: Basti is saying that the information is incorrect.

--answers--

True

--feedback--

He actually says Sí, correcto, which means the information is correct.


False

--video-solution--

2

--explanation--

Sí, correcto. Gracias means "Yes, correct. Thank you".

--scene--

json
{
  "setup": {
    "background": "desk.png",
    "characters": [
      {
        "character": "Sebastián",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_basti_personal_details.mp3",
      "startTime": 1,
      "startTimestamp": 75.63,
      "finishTimestamp": 79
    }
  },
  "commands": [
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sebastián",
      "startTime": 1,
      "finishTime": 2.34,
      "dialogue": {
        "text": "Sí, correcto.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "startTime": 3.24,
      "finishTime": 4.2,
      "dialogue": {
        "text": "Gracias.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 4.5
    }
  ]
}