Back to Freecodecamp

Task 31

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

latest2.4 KB
Original Source
<!-- (Audio) Tom: Do you think they are here to stay? Alice: Absolutely, Tom. -->

--description--

Here to stay is an expression used to say that something will continue to exist or be present for a long time. It suggests that a particular trend, situation, or technology is not temporary but will be a part of our lives for a while.

Example: Many musical styles disappeared with time, but I think classic rock is here to stay.

--questions--

--text--

Listen and choose which description is right for remote work and collaboration tools according to Alice.

--answers--

They will disappear soon.

--feedback--

Here to stay means something will last, not disappear, and Alice agrees these tools are here to stay.


They are only popular for a short time.

--feedback--

The phrase implies a long-term presence, not just a short-lived trend.


They will continue to be there for a long time.


They are not widely accepted.

--feedback--

The phrase suggests that remote work and collaboration tools have a lasting impact and are widely accepted.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 19.58,
      "finishTimestamp": 23.1
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.26,
      "dialogue": {
        "text": "Do you think they're here to stay?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 2.87
    },
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 2.87
    },
    {
      "character": "Alice",
      "startTime": 3.48,
      "finishTime": 4.52,
      "dialogue": {
        "text": "Absolutely, Tom.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.02
    }
  ]
}