Back to Freecodecamp

Task 15

curriculum/challenges/english/blocks/es-a1-learn-basic-personal-information/69331e9706c938d8c92027cf.md

latest2.0 KB
Original Source
<!-- (Audio) Ángela: Perfecto. Entonces, Esteban Navarro Huamán. -->

--description--

Ángela reacts after listening to Esteban. Pay attention to these expressions:

  • Perfecto - Perfect.

  • Entonces - So.

These words help show how a speaker responds in a conversation.

--instructions--

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

--questions--

--text--

Is it true or false: Ángela is confirming the name Esteban Navarro Guzmán.

--answers--

True

--feedback--

Ángela does not say Guzmán.


False

--video-solution--

2

--explanation--

Ángela says Perfecto. Entonces, Esteban Navarro Huamán.

Perfecto is used to show agreement or satisfaction. It indicates that the information is correct.

Entonces is used after listening to information. It helps the speaker organize ideas and repeat the information clearly.

Here, entonces introduces a confirmation. Ángela repeats the full name to check that it is correct.

She says Huamán, not Guzmán. Therefore, the statement is false.

--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": 28.04,
      "finishTimestamp": 32.6
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.22,
      "dialogue": {
        "text": "Perfecto.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "startTime": 2.34,
      "finishTime": 5.46,
      "dialogue": {
        "text": "Entonces, Esteban Navarro Huamán.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 5.96
    }
  ]
}