Back to Freecodecamp

Task 51

curriculum/challenges/english/blocks/learn-how-to-express-disagreement/67af21c28fe318125d518f1d.md

latest1.9 KB
Original Source
<!-- (Audio) David: I'm not sure that's the best approach. Doesn't it create a disconnect among team members? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does David think about Anna's company's approach of 100% remote work?

--answers--

He fully supports the idea.

--feedback--

David does not express full agreement.


He believes remote work should be banned.

--feedback--

David does not say he is against remote work.


He is uncertain if it is the best choice.


He is excited about working remotely.

--feedback--

David does not express excitement.

--video-solution--

3

--explanation--

I'm not sure is used to express uncertainty or doubt. This phrase is often used when someone wants to express hesitation or a mild disagreement in a polite way. For example:

  • Person 1: Should we use Python or JavaScript for this automation?

  • Person 2: I'm not sure. It depends on the project requirements. - This person doesn't know the best choice without more details.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.38,
      "finishTimestamp": 8.8
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 5.42,
      "dialogue": {
        "text": "I'm not sure that's the best approach. Doesn't it create a disconnect among team members?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 5.92
    }
  ]
}