Back to Freecodecamp

Task 100

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b483d5269d544dc29eb63e.md

latest1.6 KB
Original Source
<!-- (audio) Maria: I understand your point. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I BLANK your BLANK.

--blanks--

understand

--feedback--

This word means to comprehend or grasp what someone is saying or explaining.


point

--feedback--

This word refers to the main idea or argument that someone is expressing.

--explanation--

I understand your point is a common phrase used to show that you comprehend or acknowledge what someone is saying. It is often used in conversations to indicate that you are following the other person's thoughts or reasoning. For example:

I understand your point, and I agree with your suggestion to improve the app. - This means that you understand the concern or idea that the other person has shared, and you are acknowledging it.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-3.mp3",
      "startTime": 1,
      "startTimestamp": 20.68,
      "finishTimestamp": 21.72
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.04,
      "dialogue": {
        "text": "I understand your point.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 2.54
    }
  ]
}