Back to Freecodecamp

Task 1

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

latest1.9 KB
Original Source
<!-- (Audio) Sophie: Hey, Tom, have you heard about Artificial Intelligence? -->

--description--

Artificial Intelligence is like teaching a computer to think and learn on its own. It's like giving a robot a brain to make decisions. Artificial Intelligence helps computers understand things, learn from experiences, and solve problems, just like humans.

--questions--

--text--

What is the definition of Artificial Intelligence?

--answers--

Random tools that create magic

--feedback--

Random tools that create magic doesn't define Artificial Intelligence; it's about computer systems, not tools.


Books that contain secret knowledge

--feedback--

Books that contain secret knowledge is not a definition of Artificial Intelligence; it's about computer intelligence.


Smart computer system that can learn and solve problems


Pictures that use various colors for creativity

--feedback--

Pictures that use various colors for creativity is unrelated to the concept of Artificial Intelligence. Choose the definition that fits with a smart computer system.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-roof.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 2.92
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.92,
      "dialogue": {
        "text": "Hey Tom, have you heard about artificial intelligence?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.42
    }
  ]
}