Back to Freecodecamp

Task 13

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/675106629f2c07cec9bf2c71.md

latest2.1 KB
Original Source
<!-- (Audio) Jessica: Yes, I will be joining you. I want to double-check the new security features to prevent any potential DoS attacks. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which sentence correctly uses the Future Continuous tense to describe what Jessica will do?

--answers--

I will double-check the new security features tomorrow.

--feedback--

This is Simple Future tense, not Future Continuous tense.


I am double-checking the new security features tomorrow.

--feedback--

This is Present Continuous tense, not Future Continuous tense.


I check the new security features tomorrow.

--feedback--

This is Simple Present tense, not Future Continuous tense.


I will be double-checking the new security features tomorrow.

--video-solution--

4

--explanation--

The Future Continuous tense is used to describe an ongoing action that will happen in the future. Its structure is will be + verb ending in -ing.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-1.mp3",
      "startTime": 1,
      "startTimestamp": 14.34,
      "finishTimestamp": 20.22
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.32,
      "dialogue": {
        "text": "Yes, I will be joining you.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "startTime": 2.4,
      "finishTime": 6.88,
      "dialogue": {
        "text": "I want to double check the new security features to prevent any potential denial of service attacks.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 7.38
    }
  ]
}