Back to Freecodecamp

Task 99

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679d403f2fff03a4e7a81a31.md

latest1.4 KB
Original Source
<!-- (Audio) James: Sure. I'll check it out. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sure. I'll BLANK it BLANK.

--blanks--

check

--feedback--

This word means to examine or review something.


out

--feedback--

This word is used with check to indicate inspecting or looking at something more closely.

--explanation--

To check something out means to examine, review, or look at something to gather information. For example:

I'll check out the new software update and see if it solves the issue. - This means the person will review the update to understand its effects.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-3.mp3",
      "startTime": 1,
      "startTimestamp": 37.84,
      "finishTimestamp": 39.34
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.5,
      "dialogue": {
        "text": "Sure. I'll check it out.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 3
    }
  ]
}