Back to Freecodecamp

Task 38

curriculum/challenges/english/blocks/learn-how-to-discuss-popular-trends-in-technology/6619364db35ae78a30a4a48b.md

latest1.8 KB
Original Source
<!-- (Audio) Alice: Well, there are project management tools. They help teams to organize tasks. -->

--description--

To help someone to do something means assisting someone in doing a specific action. It involves giving support or guidance to enable them to complete a task or achieve a goal. Some sentences before, Alice says It offers flexibility and can help companies gain access to talent from many parts of the world. Notice that, in this sentence, she does not use to before gain, since using both the infinitive form and the to + infinitive are possible.

Listen to the audio and fill in the blanks.

--fillInTheBlank--

--sentence--

Well, there are project management tools. They BLANK teams BLANK organize tasks.

--blanks--

help

--feedback--

A verb that means the same as providing assistance.


to

--feedback--

Preposition used before an infinitive verb. In the expression with help, it is not mandatory to use it.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 33.36,
      "finishTimestamp": 37.48
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.12,
      "dialogue": {
        "text": "Well, there are project management tools. They help teams to organize tasks.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.62
    }
  ]
}