Back to Freecodecamp

Task 63

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

latest2.2 KB
Original Source
<!-- (Audio) Lisa: That's a good point. Maybe we can find a balance between listening to feedback and keeping things on track. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's a good BLANK. Maybe we can find a BLANK between listening to feedback and keeping things on BLANK.

--blanks--

point

--feedback--

This word refers to a relevant or important idea in a discussion.


balance

--feedback--

This word means a state where two or more things are given equal attention or importance.


track

--feedback--

This word refers to staying focused on a planned course or goal.

--explanation--

To find a balance means to achieve a middle ground between two different needs or priorities. For example:

It's important to find a balance between work and personal life. - This means managing both areas without neglecting either.

To keep on track means to stay focused on a goal or schedule without unnecessary distractions. For example:

We need to keep on track to meet our project deadline. - This means ensuring that progress continues as planned.

In this context, Lisa wants to balance listening to feedback and maintaining productivity.

--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": 46.64,
      "finishTimestamp": 51.16
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.14,
      "dialogue": {
        "text": "That's a good point. Maybe we can find a balance",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 3.14,
      "finishTime": 5.52,
      "dialogue": {
        "text": "between listening to feedback and keeping things on track.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 6.02
    }
  ]
}