Back to Freecodecamp

Task 26

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

latest1.8 KB
Original Source
<!-- (Audio) Tom: Lisa, do you know what this serverless computing trend is all about? -->

--description--

The word trend refers to a general direction in which something is developing or changing. In popular culture, business, technology, and other fields, a trend is a pattern or theme that becomes popular over a certain period.

Trends can refer to styles, habits, technologies, or preferences that gain widespread acceptance or recognition. For example, the trend of remote work has become more popular in recent years.

--fillInTheBlank--

--sentence--

Lisa, do you know what this BLANK BLANK BLANK is all about?

--blanks--

serverless

--feedback--

This word describes a type of technology that does not require servers to function.


computing

--feedback--

This word refers to the process or activity involving computers or computer systems.


trend

--feedback--

This word is often used to describe a general direction in which something is developing or changing.

--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": 0,
      "finishTimestamp": 4.02
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.02,
      "dialogue": {
        "text": "Lisa, do you know what this serverless computing trend is all about?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.52
    }
  ]
}