Back to Freecodecamp

Task 74

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/66414b6b60f69749ebd1dda9.md

latest1.6 KB
Original Source
<!-- (Audio) Maria: It's essential that we're on the same page when it comes to project details. -->

--description--

To be on the same page means that everyone understands and agrees about something. For example, if a team discusses a plan and everyone agrees on it, you can say that they are on the same page. It means they all understand and agree.

Listen to Maria and fill in the blanks.

--fillInTheBlank--

--sentence--

It's essential that we're on the BLANK BLANK when it comes to project details.

--blanks--

same

--feedback--

This blank has a synonym for equal or not different.


page

--feedback--

The word in this blank is also used for one side of a sheet of paper in a book you read or a diary you write on.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 49.22,
      "finishTimestamp": 52.1
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.88,
      "dialogue": {
        "text": "It's essential that we're on the same page when it comes to project details.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.38
    }
  ]
}