Back to Freecodecamp

Task 30

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/682f176cac54584761f55a76.md

latest1.7 KB
Original Source
<!-- (Audio) Brian: That's an important point. We should definitely incorporate that feedback into our next training session. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's an important point. We should definitely BLANK that feedback into our next training session.

--blanks--

incorporate

--feedback--

This means to include or add something as part of a larger whole.

--explanation--

To incorporate means to include something so it becomes part of a larger system or plan. For example:

The developer incorporated user feedback to improve the app's design. – This means the feedback was used as part of the design changes.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-1.mp3",
      "startTime": 1,
      "startTimestamp": 53.64,
      "finishTimestamp": 58.32
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.24,
      "dialogue": {
        "text": "That's an important point. We should definitely",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.24,
      "finishTime": 5.68,
      "dialogue": {
        "text": "incorporate that feedback into our next training session.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.18
    }
  ]
}