Back to Freecodecamp

Task 10

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

latest1.4 KB
Original Source

--description--

Fill in the blanks with the appropriate expressions.

--fillInTheBlank--

--sentence--

Well, AI is everywhere, from BLANK that help with BLANK service to BLANK cars that use AI to navigate safely.

--blanks--

chatbots

--feedback--

AI when used to chat with human beings. Use the plural form.


customer

--feedback--

Person who buys goods or services from a store or business.


self-driving

--feedback--

A synonym for autonomous. Used for cars that don't need manual driving.

--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": 13.96,
      "finishTimestamp": 21.1
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 8.14,
      "dialogue": {
        "text": "Well, AI is everywhere, from chatbots that help with customer service to self driving cars that use AI to navigate safely.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 8.64
    }
  ]
}