Back to Freecodecamp

Task 14

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6851d4f2f3b9e5cfad74ef55.md

latest1.7 KB
Original Source
<!-- (Audio) Anna: Making sure that everyone is on the same page will help streamline our operations. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Making sure that everyone is on the same BLANK will help streamline our operations.

--blanks--

page

--feedback--

Preceded by on the same, this means that people understand and agree on the same thing.

--explanation--

To be on the same page means that people share the same understanding or agreement about something. For example:

Let's meet before the presentation to make sure we're on the same page. – This means making sure everyone understands the topic the same way before presenting.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-1.mp3",
      "startTime": 1,
      "startTimestamp": 22.58,
      "finishTimestamp": 26.36
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.1,
      "dialogue": {
        "text": "Making sure that everyone is on the same page",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 3.1,
      "finishTime": 4.78,
      "dialogue": {
        "text": "will help streamline our operations.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 5.28
    }
  ]
}