Back to Freecodecamp

Task 91

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

latest1.9 KB
Original Source
<!-- (Audio) Maria: That's a good point. I'll suggest having more regular check-ins with the team to improve communication. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's a good point. I'll BLANK having more regular check-ins with the team to BLANK communication.

--blanks--

suggest

--feedback--

This verb means to propose an idea or recommendation.


improve

--feedback--

This verb means to make something better.

--explanation--

To suggest means to propose an idea or recommend something. For example:

She suggested taking a different approach to solve the issue. - This means she proposed a new way to fix the problem.

To improve means to make something better or more effective. For example:

The company is working to improve customer service. - This means they are making efforts to provide better service.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-2.mp3",
      "startTime": 1,
      "startTimestamp": 57.14,
      "finishTimestamp": 61.36
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.9,
      "dialogue": {
        "text": "That's a good point. I'll suggest having more",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 3,
      "finishTime": 5.22,
      "dialogue": {
        "text": "regular check-ins with the team to improve communication.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.72
    }
  ]
}