Back to Freecodecamp

Task 47

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

latest1.9 KB
Original Source
<!-- (Audio) Sarah: It's one of those trends that automates certain tasks in development. -->

--description--

To automate means to make a process operate by itself without needing a person to help. In programming, it might involve using software to write code, test applications, or find and fix errors. For example, a coffee machine that turns on by itself in the morning to make coffee is automated.

The word certain is used to talk about specific things or people, but not all things or people. For instance, if you say certain books are on sale, it means only some books are on sale, not all of them.

--fillInTheBlank--

--sentence--

It's one of those trends that BLANK BLANK BLANK in development.

--blanks--

automates

--feedback--

This word means to make a process operate without human intervention, typically to increase efficiency and reduce error.


certain

--feedback--

This word is used to specify particular or specific items or cases out of a larger group.


tasks

--feedback--

It refers to activities or jobs that need to be done, often part of a larger project or process.

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 11.02,
      "finishTimestamp": 13.92
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "It's one of those trends that automate certain tasks in development.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.4
    }
  ]
}