Back to Freecodecamp

Task 133

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

latest1.7 KB
Original Source
<!-- (Audio) Maria: It'd be helpful if we had more regular check-ins. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What could Bob say to agree that this is an idea that probably works?

--answers--

Let's not talk about this anymore.

--audio-id--

ENd731aee8

--feedback--

This avoids the discussion instead of agreeing with Maria.


That makes sense.

--audio-id--

EN1161564d

--video-solution--

2

--explanation--

To make sense means that something is logical and reasonable. When you say That makes sense, you mean that you agree that something is a good or valid idea. For example:

  • Person 1: We should start earlier to avoid delays. - This person suggests beginning before the arranged time to prevent problems later.

  • Person 2: That makes sense. - This person agrees that the idea is logical and should work.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-3.mp3",
      "startTime": 1,
      "startTimestamp": 40.42,
      "finishTimestamp": 42.58
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.16,
      "dialogue": {
        "text": "It'd be helpful if we had more regular check-ins.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.66
    }
  ]
}