Back to Freecodecamp

Task 48

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678e2d04161987aa6d23ee1e.md

latest1.5 KB
Original Source
<!-- (audio) Maria: I see your point, but I like IntelliJ IDEA. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, but I like IntelliJ IDEA.

--blanks--

I see your point

--feedback--

This phrase of four words is used to acknowledge that you understand someone's opinion or argument.

--explanation--

I see your point is a common phrase used when you want to show that you understand the other person's opinion or perspective, even if you don't necessarily agree with them. For example:

I see your point, but I think we should try a different approach. - In this case, you are acknowledging the other person's idea while suggesting an alternative.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-2.mp3",
      "startTime": 1,
      "startTimestamp": 11.06,
      "finishTimestamp": 13.76
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.6,
      "dialogue": {
        "text": "I see your point, but I like IntelliJ IDEA.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.1
    }
  ]
}