Back to Freecodecamp

Task 39

curriculum/challenges/english/blocks/learn-how-to-share-feedback/6798ed831264e7ebfde33380.md

latest1.8 KB
Original Source
<!-- (Audio) Brian: Some people seem to have strong opinions about our approach to the project. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Some people seem to have BLANK BLANK about our approach to the project.

--blanks--

strong

--feedback--

This word means intense or firmly held.


opinions

--feedback--

This word refers to personal thoughts or beliefs about a topic.

--explanation--

To have strong opinions means to hold firm or intense beliefs about something, often with conviction. For example:

She has strong opinions about the importance of sustainable energy. - This means she feels strongly and passionately about sustainable energy.

To approach refers to a method or way of doing something. For example:

Our approach to solving the problem involved teamwork and collaboration. - This means the method used to solve the problem emphasized working together.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-2.mp3",
      "startTime": 1,
      "startTimestamp": 3.24,
      "finishTimestamp": 7.1
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.86,
      "dialogue": {
        "text": "Some people seem to have strong opinions about our approach to the project.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.36
    }
  ]
}