Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/learn-how-to-discuss-popular-trends-in-technology/65fe1441bf249ff3ee517b63.md

latest2.0 KB
Original Source
<!-- (Audio) Tom: Absolutely, Sophie. AI is amazing. It's all about teaching machines to think and learn like humans. -->

--description--

The preposition about is followed by verbs ending with -ing to indicate the topic or focus of an action. For example, In the sentence It's all about teaching machines to think and learn just like humans, about teaching indicates the ongoing action of teaching a specific subject or topic and emphasizes the continuous process of instructing machines.

--questions--

--text--

Choose the correct response to the question What is AI about?

--answers--

AI is about learning how to cook.

--feedback--

This option does not accurately describe the topic of AI as discussed in the question.


AI is about teaching machines to think and learn like humans.


AI is about growing plants in a garden.

--feedback--

This option talks about gardening, which is not related to the topic of AI as discussed in the question.


AI is about fixing cars and bicycles.

--feedback--

This option talks about fixing cars and bicycles, which is not related to the topic of AI as discussed in the question.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-roof.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 3.38,
      "finishTimestamp": 9.72
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 7.34,
      "dialogue": {
        "text": "Absolutely, Sophie. AI is amazing. It's all about teaching machines to think and learn like humans.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.84
    }
  ]
}