Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/674f08fde55c2356b37e9b69.md

latest2.0 KB
Original Source
<!-- (Audio) Jessica: Are you going to be online during the scheduled maintenance? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Are you BLANK be BLANK during the scheduled maintenance?

--blanks--

going to

--feedback--

This phrase of two words is used to talk about plans or intentions for the future. It often indicates what someone is planning or expecting to do.


online

--feedback--

This word means being connected to the internet or using a device that is connected. It is often used in the context of digital communication or activities.

--explanation--

Going to is a phrase used to describe actions that will happen in the future or intentions someone has. For example:

She is going to start her new job next week. - It means that she plans to begin her new job in the future.

Online means being connected to the internet or using internet-based tools. For example:

The developer worked online to collaborate with the team using a shared coding platform. - This means the developer used the internet to connect and work with others on a digital platform for coding tasks.

--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": 3.88,
      "finishTimestamp": 6.26
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 3.38,
      "dialogue": {
        "text": "Are you going to be online during the scheduled maintenance?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.88
    }
  ]
}