Back to Freecodecamp

Task 127

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6763238e902cdf688f49152f.md

latest1.7 KB
Original Source
<!-- (audio) Maria: I'm going to inform the team about the upcoming training. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'm BLANK BLANK the team about the upcoming training.

--blanks--

going to

--feedback--

These two words together show that Maria is talking about something planned in the future. The first word is a verb ending in -ing, and the second is a preposition.


inform

--feedback--

This word means to give information or tell someone about something.

--explanation--

Going to shows that Maria is talking about something planned or decided for the future. For example:

I'm going to visit the headquarters tomorrow. - it means the visit is planned.

Inform means to give information or notify someone. For example:

He will inform his team leader about the issue. - It means he will tell the team leader about the problem.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-3.mp3",
      "startTime": 1,
      "startTimestamp": 34.7,
      "finishTimestamp": 37.22
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.52,
      "dialogue": {
        "text": "I'm going to inform the team about the upcoming training.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.02
    }
  ]
}