Back to Freecodecamp

Dialogue 1: Talking about Artificial Intelligence

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

latest3.5 KB
Original Source

--description--

Watch the video below to understand the context of the upcoming lessons.

--assignment--

Watch the video

--scene--

json
{
  "setup": {
    "background": "company2-roof.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Tom",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "4.2-1.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Sophie",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Tom",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "Hey, Tom, have you heard about Artificial Intelligence?",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 4.6,
      "finishTime": 7.2,
      "dialogue": {
        "text": "Absolutely, Sophie! AI is amazing.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 7.4,
      "finishTime": 10.9,
      "dialogue": {
        "text": "It's all about teaching machines to think and learn like humans.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 11.4,
      "finishTime": 14.3,
      "dialogue": {
        "text": "That sounds fascinating. But how is it used in the real world?",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 15,
      "finishTime": 18.8,
      "dialogue": {
        "text": "Well, AI is everywhere, from chatbots that help with customer service",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 18.8,
      "finishTime": 22.2,
      "dialogue": {
        "text": "to self-driving cars that use AI to navigate safely.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 22.6,
      "finishTime": 25.4,
      "dialogue": {
        "text": "In healthcare, it's used to analyze medical data",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 25.4,
      "finishTime": 27.4,
      "dialogue": {
        "text": "and even assist in surgeries.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 28.2,
      "finishTime": 31.3,
      "dialogue": {
        "text": "Wow, that's incredible! But what about ethical concerns?",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 32,
      "finishTime": 34.3,
      "dialogue": {
        "text": "Yeah, we have to make sure AI is used ethically",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 34.3,
      "finishTime": 37.8,
      "dialogue": {
        "text": "and doesn't generate bias. But researchers and companies",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 37.8,
      "finishTime": 40.3,
      "dialogue": {
        "text": "are actively working on addressing these issues.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 40.8
    },
    {
      "character": "Sophie",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 41.3
    }
  ]
}