Back to Freecodecamp

Task 118

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66c4f45289436884e6afc059.md

latest1.6 KB
Original Source
<!-- Audio Reference: Tom: I think we are, but maybe it's not set up right. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I think we are, but maybe it's not BLANK right.

--blanks--

set up

--feedback--

These two words together mean to configure something so it works correctly.

--explanation--

Set up right means to configure something correctly so that it works as expected. If something isn't set up right, it might not function properly. For example:

  • The printer isn't working because it's not set up right. - The printer isn't configured correctly.

  • Make sure the software is set up right before you start using it. - You need to configure the software correctly to ensure it works.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-3.mp3",
      "startTime": 1,
      "startTimestamp": 19.64,
      "finishTimestamp": 22.22
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.58,
      "dialogue": {
        "text": "I think we are, but maybe it's not set up right.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.08
    }
  ]
}