Back to Freecodecamp

Task 15

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

latest1.2 KB
Original Source
<!-- (Audio) Tom: Yeah, we have to make sure AI is used ethically and doesn't generate bias. -->

--description--

Listen to Tom and identify if he's using the adjective or the adverb related to ethics.

--fillInTheBlank--

--sentence--

Yeah, we have to make sure AI is used BLANK and doesn't generate bias.

--blanks--

ethically

--feedback--

This expression has to do with ethics. Consider how AI should be used in this case.

--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": 30.82,
      "finishTimestamp": 34.68
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.86,
      "dialogue": {
        "text": "Yeah, we have to make sure AI is used ethically and doesn't generate bias.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.36
    }
  ]
}