Back to Freecodecamp

Task 17

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

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

--description--

Listen to the audio and fill in the blanks with the correct words.

--fillInTheBlank--

--sentence--

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

--blanks--

have

--feedback--

Combined with the to right after it, it is a verb used to express obligation or necessity.


bias

--feedback--

Expression that means a preference or inclination for or against something or someone.

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