Back to Freecodecamp

Task 34

curriculum/challenges/english/blocks/learn-how-to-discuss-tech-trends-and-updates/6636f90f25a10b442185e3b8.md

latest1.7 KB
Original Source
<!-- (Audio) Tom: That sounds cool. Do you think we can use it for our upcoming project? -->

--description--

The word upcoming is used to describe something that is planned to happen or going to occur soon. It is often used in the context of events, projects, meetings, or other plans that are occurring in the near future.

For example, We are preparing for the upcoming holiday season. It refers to the holiday season that is approaching.

--fillInTheBlank--

--sentence--

That BLANK cool. Do you think we can use it for our BLANK project?

--blanks--

sounds

--feedback--

This word is used to describe how something seems or appears based on the information heard.


upcoming

--feedback--

It refers to something that is scheduled or expected to happen in the near future. In this context, Tom is talking about a project that they are planning to start soon.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 15.46,
      "finishTimestamp": 19.54
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.08,
      "dialogue": {
        "text": "That sounds cool. Do you think we can use it for our upcoming project?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.58
    }
  ]
}