Back to Freecodecamp

Task 7

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/679a4c63d0359989fff275df.md

latest2.1 KB
Original Source
<!-- (audio) Linda: I think Python is the best language for beginners. It's easy to learn, and it has tons of libraries, especially for design work. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Tom understands Linda's opinion but has a different view. What should he say to express that?

--answers--

I see. Well, I think JavaScript is more versatile.

--audio-id--

ENfbbc36a4


Python is the only good option for beginners.

--audio-id--

ENdc74522a

--feedback--

This statement does not show a different opinion. Instead, it strongly agrees with Linda.

--video-solution--

1

--explanation--

Let's break down why the correct answer is the best choice:

I see. – This phrase shows that Tom acknowledges Linda's opinion, meaning he understands her point.

Well, I think JavaScript is more versatile. – This introduces his own opinion in a respectful way, offering a different perspective.

The key here is to acknowledge Linda's point before introducing a different perspective.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 6.48
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.64,
      "dialogue": {
        "text": "I think Python is the best language for beginners.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 3.94,
      "finishTime": 7.48,
      "dialogue": {
        "text": "It's easy to learn and it has tons of libraries, especially for design work.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 7.98
    }
  ]
}