Back to Freecodecamp

Task 124

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

latest2.1 KB
Original Source
<!-- (Audio) Jessica: No, we're still on schedule. Sorry for the miscommunication. If anything changes, I'll let you know right away. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Jessica assuring?

--answers--

That the project is still progressing as planned.


That there has been a delay in the project.

--feedback--

Jessica specifically says that everything is still on schedule, so there's no delay mentioned.


That she will update about any changes immediately.

--feedback--

This is part of Jessica's statement, but she's mainly assuring that the project is on schedule.


That the miscommunication has caused major issues.

--feedback--

Jessica apologizes for the miscommunication, but she doesn't mention any major problems.

--video-solution--

1

--explanation--

Jessica says, No, we're still on schedule, meaning there is no delay.

She also apologizes for any misunderstanding (miscommunication), but her main point is that the project is progressing as planned and she will inform David immediately if anything changes.

--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": 45.46,
      "finishTimestamp": 50.74
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 3.7,
      "dialogue": {
        "text": "No, we're still on schedule. Sorry for the miscommunication.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "startTime": 4.04,
      "finishTime": 6.28,
      "dialogue": {
        "text": "If anything changes, I'll let you know right away.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 6.78
    }
  ]
}