Back to Freecodecamp

Task 48

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

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

--description--

Please answer the question below.

--questions--

--text--

How does Sarah describe AI in her statement?

--answers--

AI is a trend that automates specific tasks in development.


AI increases the need for manual labor in development.

--feedback--

Sarah's description indicates that AI reduces manual effort by automating tasks, not increasing it.


AI makes all tasks in development slower but more accurate.

--feedback--

Sarah mentions automation of tasks for efficiency; she does not say that it makes tasks slower.


AI reduces the need for developers in all tasks.

--feedback--

Sarah specifies that AI automates certain tasks, not all tasks, implying that developers are still needed for other areas.

--video-solution--

1

--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
    }
  ]
}