Back to Freecodecamp

Task 2

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

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

--description--

AI stands for Artificial Intelligence. It's an abbreviation of Artificial Intelligence.

--questions--

--text--

Choose the correct description of AI.

--answers--

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


AI is only used for customer service.

--feedback--

AI is broader than just customer service.


AI is about teaching humans to think like machines.

--feedback--

AI aims to make machines think like humans, not the other way around.


AI is used only in self-driving cars.

--feedback--

AI has various applications beyond self-driving cars.

--video-solution--

1

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