Back to Freecodecamp

Task 67

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6753357b948f6acb55e35e3b.md

latest1.9 KB
Original Source
<!-- (Audio) Sarah: That sounds like a good plan. Do you think it will affect our project deadlines? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That sounds like a good plan. Do you think it BLANK BLANK our project deadlines?

--blanks--

will

--feedback--

This is a modal verb used to talk about something that might happen in the future.


affect

--feedback--

This word means to cause a change or impact something.

--explanation--

Will is a modal verb used to talk about future possibilities or decisions.

Affect means to cause a change or impact. For example:

  • Do you think the delay will affect the delivery time? - This asks if the delay might change the delivery time.

  • The new policy will affect how we work. - This means the policy will have an impact on work processes.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 17.22,
      "finishTimestamp": 20.68
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.36,
      "dialogue": {
        "text": "That sounds like a good plan.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 2.54,
      "finishTime": 4.46,
      "dialogue": {
        "text": "Do you think it will affect our project deadlines?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.96
    }
  ]
}