Back to Freecodecamp

Task 10

curriculum/challenges/english/blocks/learn-how-to-express-agreement/679b7597814cfe0657acb4f5.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: I was thinking we should aim to have the initial prototype ready in four weeks. Does that sound reasonable? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How can Linda say that she agrees with the proposed plan?

--answers--

I think that's doable.

--audio-id--

EN2614b067


That won't work for me.

--audio-id--

ENbb48a26c

--feedback--

This expresses disagreement, not agreement.

--video-solution--

1

--explanation--

I think that's doable means the plan is achievable or realistic. It is a polite and natural way to express agreement when discussing project timelines or tasks.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 4.48,
      "finishTimestamp": 9.56
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.82,
      "dialogue": {
        "text": "I was thinking we should aim to have the initial prototype ready in four weeks.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 5.02,
      "finishTime": 6.08,
      "dialogue": {
        "text": "Does that sound reasonable?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.58
    }
  ]
}