Back to Freecodecamp

Task 100

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

latest1.5 KB
Original Source
<!-- (Audio) Jessica: There seems to be some misunderstanding about the testing phase. Can we go over it? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

There seems to be some misunderstanding about the testing phase. Can we BLANK it?

--blanks--

go over

--feedback--

This two-word phrase means to review or discuss something carefully, often to make sure everyone understands.

--explanation--

Go over means to review or explain something in detail. For example:

Let's go over the plan one more time before the meeting. — This means reviewing the plan together to be sure everything is clear.

--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": 4.98,
      "finishTimestamp": 8.58
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 4.6,
      "dialogue": {
        "text": "There seems to be some misunderstanding about the testing phase. Can we go over it?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 5.1
    }
  ]
}