Back to Freecodecamp

Task 9

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/67504e15ec1851a15aad11c1.md

latest1.9 KB
Original Source
<!-- (Audio) Brian: We've been preparing for it all week. Are you planning to join us? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We've been BLANK for it all week. Are you BLANK to join us?

--blanks--

preparing

--feedback--

This word in the -ing form means getting ready for something or making necessary arrangements.


planning

--feedback--

This word in the -ing form refers to deciding in advance what you want to do or arranging activities.

--explanation--

Preparing means getting ready or making arrangements for something. For example:

The team has been preparing for the product launch all month. - This means the team has been getting everything ready for the product launch to ensure it is successful.

Planning refers to making decisions or arrangements about future activities. For example:

She is planning the layout for the new website. - This means she is organizing and deciding how the website will look and function in the future.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-1.mp3",
      "startTime": 1,
      "startTimestamp": 10.02,
      "finishTimestamp": 13.94
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.92,
      "dialogue": {
        "text": "We've been preparing for it all week. Are you planning to join us?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.42
    }
  ]
}