Back to Freecodecamp

Task 19

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

latest1.6 KB
Original Source
<!-- (Audio) Tom: But researchers and companies are actively working on addressing these issues. -->

--description--

To address an issue means finding solution or working to solve a specific problem. In the sentence, Tom refers to the fact that researchers and companies are trying their best to solve possible biases found in computer software.

Listen and fill in the blank.

--fillInTheBlank--

--sentence--

But researchers and companies are actively working on BLANK these BLANK.

--blanks--

addressing

--feedback--

The action of trying to solve or finding a solution. It is in the -ing form.


issues

--feedback--

A synonym to problems or situations used in the expression learned in this challenge. It's in the plural form.

--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": 35.12,
      "finishTimestamp": 39.28
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.16,
      "dialogue": {
        "text": "But researchers and companies are actively working on addressing these issues.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.66
    }
  ]
}