Back to Freecodecamp

Task 33

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/68054124e08f2ee90ac3bcc1.md

latest2.5 KB
Original Source
<!-- (Audio) Bob: Excellent, Sarah. We'll review your report and feedback from the team to see if these adjustments meet our needs or if further modifications are necessary. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Excellent, Sarah. We'll review your report and BLANK from the team to see if these BLANK meet our needs or if further modifications are necessary.

--blanks--

feedback

--feedback--

This means comments, opinions, or suggestions about how someone is doing or how something can be improved.


adjustments

--feedback--

This refers to small changes made to improve something or make it more suitable. It's in the plural.

--explanation--

Feedback is information or opinions shared in response to something, often used to help improve a performance, product, or process. For example:

The manager gave helpful feedback on the draft presentation. – This means the manager shared comments to help improve the presentation.

Adjustment refers to a small change made to improve something or make it more suitable for a situation. For example:

We made a few adjustments to the design based on client suggestions. – This means small changes were made to better match what the client wanted.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-1.mp3",
      "startTime": 1,
      "startTimestamp": 66.98,
      "finishTimestamp": 76.1
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.1,
      "dialogue": {
        "text": "Excellent, Sarah. We'll review your report and feedback from the team",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 5.1,
      "finishTime": 7.44,
      "dialogue": {
        "text": "to see if these adjustments meet our needs",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 7.44,
      "finishTime": 10.12,
      "dialogue": {
        "text": "or if further modifications are necessary.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 10.62
    }
  ]
}