Back to Freecodecamp

Task 103

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b48778dab13c5146878351.md

latest2.5 KB
Original Source
<!-- (audio) Maria: I understand your point. We are aware of the lag, and we're already addressing it in our next update. Thanks for bringing it to our attention. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Maria's response to the issue with the app's lag?

--answers--

She thanks Jim for his feedback and assures him that the issue is being worked on.


She says the problem isn't important and won't be fixed.

--feedback--

Maria does not dismiss the problem.


She promises the issue will be fixed immediately.

--feedback--

While Maria acknowledges the issue, she doesn't mention that it will be addressed immediately.


She confirms that the team has already published a solution.

--feedback--

Maria confirms that the issue is being addressed in the next update, showing that they are actively working on a solution, not already published it.

--video-solution--

1

--explanation--

Listen for key details that show how Maria responds to Jim’s concern.

We are aware of the lag – This confirms that the team already knows about the issue.

We're already addressing it in our next update – This shows that a fix is in progress but not yet completed.

Thanks for bringing it to our attention – This expresses appreciation for Jim's feedback.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-3.mp3",
      "startTime": 1,
      "startTimestamp": 20.68,
      "finishTimestamp": 26.32
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.04,
      "dialogue": {
        "text": "I understand your point.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 2.12,
      "finishTime": 5.24,
      "dialogue": {
        "text": "We are aware of the lag and we're already addressing it in our next update.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 5.4,
      "finishTime": 6.64,
      "dialogue": {
        "text": "Thanks for bringing it to our attention.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 7.14
    }
  ]
}