Back to Freecodecamp

Task 135

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

latest1.7 KB
Original Source
<!-- (Audio) David: Thanks, Jessica. I'd appreciate it. I just want to make sure we're on the same page. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Thanks, Jessica. I'd appreciate it. I just want to BLANK we're BLANK.

--blanks--

make sure

--feedback--

This two-word phrase means to confirm or verify something.


on the same page

--feedback--

This four-word phrase means to ensure that everyone has the same understanding or agreement about something.

--explanation--

On the same page is an idiom that means to have a shared understanding or agreement about something. For example:

Before we start, let's make sure we're all on the same page about the project goals. — This means everyone should understand the plan or situation in the same way.

--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": 67.78,
      "finishTimestamp": 71.84
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 5.06,
      "dialogue": {
        "text": "Thanks, Jessica. I'd appreciate it. I just want to make sure we're on the same page.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 5.56
    }
  ]
}