Back to Freecodecamp

Task 92

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

latest2.1 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 answer the question below.

--questions--

--text--

What will Maria do with the comments she got from James?

--answers--

She will ignore them.

--feedback--

Maria acknowledges James's point and plans to take action.


She will tell the team to stop worrying about communication.

--feedback--

Maria wants to improve communication, not dismiss concerns.


She will cancel the team's check-ins.

--feedback--

Maria does not say she will cancel the check-ins.


She will propose having more check-ins to improve communication.

--video-solution--

4

--explanation--

When using the verb suggest, use the following verb in the -ing form instead of the infinitive. For example:

  • She suggested taking a break. - This means the idea proposed is to take a break.

  • He suggested starting the meeting earlier to avoid delays. - This means he proposed beginning the meeting sooner.

--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
    }
  ]
}