Back to Freecodecamp

Task 55

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

latest2.3 KB
Original Source
<!-- (Audio) Lisa: I guess you're right. I just feel that if we focus too much on debating, we won't have enough time to get the actual work done. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I BLANK you're right. I just feel that if we focus too much on BLANK, we won't have enough time to get the actual work done.

--blanks--

guess

--feedback--

This word means to assume or conclude something without being completely certain.


debating

--feedback--

This word refers to discussing different opinions or arguments, often in a detailed way.

--explanation--

To guess in this context means to assume or acknowledge something as true, even if not with full confidence. For example:

I guess we should follow the manager's advice. - This means the speaker is not completely sure but thinks it is the right choice.

To debate means to discuss different opinions or arguments, often to reach a decision. For example:

They spent hours debating the best way to improve the process. - This means they had a long discussion about different ideas before making a decision.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-2.mp3",
      "startTime": 1,
      "startTimestamp": 32.16,
      "finishTimestamp": 38.1
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 1.92,
      "dialogue": {
        "text": "I guess you're right.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 2.16,
      "finishTime": 4.36,
      "dialogue": {
        "text": "I just feel that if we focus too much on debating,",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 4.72,
      "finishTime": 6.94,
      "dialogue": {
        "text": "we won't have enough time to get the actual work done.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 7.44
    }
  ]
}