Back to Freecodecamp

Task 64

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

latest2.0 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 answer the question below.

--questions--

--text--

What kind of compromise does Lisa think they could reach?

--answers--

Ignoring feedback to stay productive.

--feedback--

Lisa is not suggesting that feedback should be ignored.


Letting feedback decide everything.

--feedback--

Lisa does not suggest that feedback should completely dictate their decisions.


Avoiding discussions to prevent delays.

--feedback--

Lisa is looking for a middle ground. She is not suggesting to avoid discussions entirely.


Balancing feedback and staying on track.

--video-solution--

4

--explanation--

Maybe is a synonym for perhaps, indicating uncertainty or a suggestion. For example:

Maybe we should reschedule the meeting for tomorrow. - This means the speaker is suggesting rescheduling but is not certain.

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