Back to Freecodecamp

Task 104

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

latest1.9 KB
Original Source
<!-- SPEAKING --> <!-- (Audio) David: Sure, Jessica. I thought the testing was complete, but when I looked at the report, it said there were still some issues. What's the story? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How will Jessica most likely respond if she realizes there was a misunderstanding?

--answers--

I'm sorry for the confusion.

--audio-id--

EN364fd106


Let's skip the testing phase then.

--audio-id--

EN3aec866f

--feedback--

Skipping the testing phase wouldn't solve the misunderstanding. It's not a logical or responsible response.

--video-solution--

1

--explanation--

If someone realizes there's been a misunderstanding, the common and appropriate response is to apologize and try to explain. Saying I'm sorry for the confusion helps clear things up.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-3.mp3",
      "startTime": 1,
      "startTimestamp": 8.94,
      "finishTimestamp": 15.56
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 6.42,
      "dialogue": {
        "text": "Sure, Jessica. I thought the testing was complete, but when I looked at the report, it said there were still some issues.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "startTime": 6.46,
      "finishTime": 7.62,
      "dialogue": {
        "text": "What's the story?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 8.12
    }
  ]
}