Back to Freecodecamp

Task 19

curriculum/challenges/english/blocks/es-a1-learn-basic-personal-information/6933347a77ffe4c5020e1cc9.md

latest1.8 KB
Original Source
<!-- (Audio) Ángela: Ah, de Perú. Muy bien. -->

--description--

In this task, you will hear Ángela reaction to learning Esteban's country of origin. Pay attention to these expressions:

  • Ah is a natural reaction sound. It shows understanding or realization.

  • de is used to talk about origin.

  • Muy bien is a positive reaction. It shows approval or satisfaction.

--instructions--

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

--questions--

--text--

Is it true or false: Ángela confirms that Esteban is from Colombia.

--answers--

True

--feedback--

Ángela does not mention Colombia.


False

--video-solution--

2

--explanation--

Ángela clearly says Ah, de Perú. Muy bien. She repeats de Perú, not Colombia. Therefore, she is confirming that Esteban is from Peru, not Colombia.

--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": 37.78,
      "finishTimestamp": 40.04
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.21,
      "dialogue": {
        "text": "Ah, de Perú.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "startTime": 2.5,
      "finishTime": 3.26,
      "dialogue": {
        "text": "Muy bien.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 3.76
    }
  ]
}