Back to Freecodecamp

Task 63

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/663d6d929fe885871065c758.md

latest1.8 KB
Original Source
<!-- (Audio) Brian: Let me clarify. I believe the documentation is outdated. -->

--description--

To clarify means to make something clear or easier to understand. For example, if someone doesn't understand your instructions, you can say Let me try to clarify the instructions for you. This means you will try to explain them in a simpler way.

Outdated means something is old and not useful anymore. For example, if you have an old phone that can't run new apps, it is outdated. It's the opposite of updated, which is when something has the most current information available.

Listen to the dialogue and fill in the blanks.

--fillInTheBlank--

--sentence--

Let me BLANK. I believe the documentation is BLANK.

--blanks--

clarify

--feedback--

This blank has to do with making something easier to understand or to make it clear.


outdated

--feedback--

This blank is related to something that is old and stopped representing the current state of things.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 19.86,
      "finishTimestamp": 23.34
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.48,
      "dialogue": {
        "text": "Let me clarify. I believe the documentation is outdated.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.98
    }
  ]
}