Back to Freecodecamp

Task 123

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6762f11f6a96d19057229bf2.md

latest2.1 KB
Original Source
<!-- (Audio) Jake: Yes, we're going to hold a session next week to ensure everyone knows how to implement these changes. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, we're BLANK BLANK a session next week to ensure everyone knows how to implement these changes.

--blanks--

going to

--feedback--

These two words together indicate a planned action in the future. The first word is a verb ending in -ing, and the second is a preposition.


hold

--feedback--

This means to organize or conduct an event, like a meeting or session.

--explanation--

Going to indicates a future plan or intention. It is often used to talk about actions that are already decided or likely to happen.

Hold refers to organizing or conducting an event, like a meeting, session, or training. For example:

  • We're going to organize a team meeting next Monday. - This shows a planned action in the near future.

  • They are going to hold a workshop on software updates. - This highlights a scheduled event for sharing knowledge or training.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-3.mp3",
      "startTime": 1,
      "startTimestamp": 25.82,
      "finishTimestamp": 30.88
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.38,
      "dialogue": {
        "text": "Yes. We're going to hold the session next week",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 3.38,
      "finishTime": 6.06,
      "dialogue": {
        "text": "to ensure everyone knows how to implement these changes.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.56
    }
  ]
}