Back to Freecodecamp

Task 67

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c73f104f790a3e06e41ed8.md

latest1.4 KB
Original Source
<!-- (Audio) James: It's like there's always more to do. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's BLANK there's always more to do.

--blanks--

like

--feedback--

This is used to introduce a comparison or express similarity.

--explanation--

It's like is used to introduce a comparison or describe a situation in a way that makes it easier to understand. It suggests that something feels similar to another situation. For example:

It's like he's angry at me. - This means the situation feels as if someone else is angry at you.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-2.mp3",
      "startTime": 1,
      "startTimestamp": 21.5,
      "finishTimestamp": 23.78
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.28,
      "dialogue": {
        "text": "It's like there's always more to do.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 3.78
    }
  ]
}