Back to Freecodecamp

Task 31

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c4e837b8e9846e7ed6000f.md

latest1.8 KB
Original Source
<!-- (Audio) Bob: That's a good idea, but I'm not sure we have the budget for that. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Does Bob agree with the idea of getting additional support?

--answers--

Yes, he fully agrees and wants to move forward.

--feedback--

Bob thinks it's a good idea, but he has a concern about it.


No, he completely disagrees.

--feedback--

Bob does not reject the idea; he only raises a concern.


He likes the idea but is concerned about the budget.


He thinks they should find another solution instead.

--feedback--

Bob does not suggest an alternative solution.

--video-solution--

3

--explanation--

That's a good idea, but... is often used to acknowledge an idea positively while introducing a concern or limitation. For example:

That's a good idea, but we don't have enough time to implement it. - This means the idea is good, but time is a problem.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 43.18,
      "finishTimestamp": 46.06
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.88,
      "dialogue": {
        "text": "That's a good idea, but I'm not sure we have the budget for that.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.38
    }
  ]
}