Back to Freecodecamp

Task 28

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678c905464f7d02cfd434095.md

latest1.9 KB
Original Source
<!-- (audio) Linda: You can do a lot with it, especially for automation and data-driven projects. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

You can do a lot with it, especially for BLANK and BLANK projects.

--blanks--

automation

--feedback--

It refers to using technology to perform tasks automatically, reducing the need for manual work.


data-driven

--feedback--

It refers to making decisions based on data rather than intuition. This is a compound word. Remember to use -.

--explanation--

Automation is the use of technology to perform tasks automatically without human intervention. For example:

The company uses automation to schedule social media posts every day. - It means using software tools to schedule posts without manual input each time.

Data-driven means making decisions based on data analysis. For example:

The team made a data-driven decision to improve website performance based on user activity data. - It indicates that the decision was based on actual data about user behavior, rather than assumptions or guesses.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-1.mp3",
      "startTime": 1,
      "startTimestamp": 35.4,
      "finishTimestamp": 38.98
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 4.58,
      "dialogue": {
        "text": "You can do a lot with it, especially for automation and data-driven projects.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 5.08
    }
  ]
}