Back to Freecodecamp

Task 109

curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67f21e6afa900e9b590169d5.md

latest1.8 KB
Original Source
<!-- (Audio) Jessica: We're fixing them, but I get why the report might have been unclear. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Jessica mean when she says I get why the report might have been unclear?

--answers--

She disagrees with the report and plans to rewrite it.

--feedback--

Jessica doesn't say she disagrees or wants to rewrite the report.


She hasn't read the report yet.

--feedback--

Jessica is talking about the report and its clarity, so she clearly has seen it.


She understands why the report was possibly confusing.


She thinks the report is perfectly clear.

--feedback--

She says it might have been unclear, so she admits there could be confusion.

--video-solution--

3

--explanation--

I get means I understand, and might have been unclear means she thinks the report was possibly confusing.

She's showing understanding of why someone may have misunderstood it.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-3.mp3",
      "startTime": 1,
      "startTimestamp": 21.76,
      "finishTimestamp": 24.96
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 4.2,
      "dialogue": {
        "text": "We're fixing them, but I get why the report might have been unclear.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 4.7
    }
  ]
}