Back to Freecodecamp

Task 56

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

latest2.5 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 guess you're right. I just feel that if we focus too much on debating, we won't have BLANK time to get the BLANK work BLANK.

--blanks--

enough

--feedback--

This word means having a sufficient amount of something.


actual

--feedback--

This word means real or essential, rather than just theoretical or discussed.


done

--feedback--

This word means completed or finished.

--explanation--

Enough means having a sufficient amount of something. For example:

We don't have enough resources to complete the project. - This means the available resources are insufficient.

Actual means real or essential, as opposed to just discussing or planning. For example:

The meeting took longer than expected, so we had little time for the actual work. - This means the real tasks were delayed due to discussions.

To get something done means to complete a task or finish something that needs to be accomplished. For example:

We need to get this report done by Friday. - This means the report must be completed before the deadline.

--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
    }
  ]
}