Back to Freecodecamp

Task 6

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

latest1.9 KB
Original Source
<!-- (Audio) Tom: Well, AI is everywhere, from chatbots that help with customer service to self-driving cars that use AI to navigate safely. -->

--description--

In English, the phrase from... to... is used to show a range or a journey between two points or values. It indicates where something starts from one point and ends at another.

For example, if you say, I work from Monday to Friday, it means your workdays are from Monday (the starting point) to Friday (the ending point). It's a way of expressing the entire span between two specific things or times.

In simpler terms, from... to... helps you talk about the beginning and ending parts of something, like a time period, a place, or a range of numbers.

Complete the sentence with the correct phrase.

--fillInTheBlank--

--sentence--

Well, AI is everywhere, BLANK chatbots that help with customer service BLANK self-driving cars that use AI to navigate safely.

--blanks--

from

--feedback--

Add here the preposition used for starting points.


to

--feedback--

Add here the preposition used for ending points.

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