Back to Freecodecamp

Dialogue 3: Discussing AI in Programming

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

latest2.9 KB
Original Source

--description--

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

--assignment--

Watch the video

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Bob",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sarah",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "5.3-3.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Bob",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sarah",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.56,
      "dialogue": {
        "text": "Sarah, I'm hearing a lot about AI in programming these days,",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.6,
      "finishTime": 6.66,
      "dialogue": {
        "text": "but I don't know how to use it. Any ideas?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 7.52,
      "finishTime": 11.72,
      "dialogue": {
        "text": "AI in programming involves using smart computers to help write code or find errors.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 12.22,
      "finishTime": 14.92,
      "dialogue": {
        "text": "It's one of those trends that automate certain tasks in development.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 15.22,
      "finishTime": 16.26,
      "dialogue": {
        "text": "That's fascinating.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 16.74,
      "finishTime": 19.44,
      "dialogue": {
        "text": "It is, right? I was actually thinking of using AI",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 19.44,
      "finishTime": 21.92,
      "dialogue": {
        "text": "in tasks like code analysis and bug detection.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 22.22,
      "finishTime": 25.4,
      "dialogue": {
        "text": "It can improve code quality and reduce the time spent on debugging.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 26.12,
      "finishTime": 29.1,
      "dialogue": {
        "text": "Great idea. I think we should give it a go and test it out.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 29.6
    },
    {
      "character": "Bob",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 30.1
    }
  ]
}