Back to Freecodecamp

Task 75

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

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

--description--

When it comes to means when talking about a specific topic. For example, when discussing your favorite hobbies, you might say, When it comes to sports, I love soccer. It means when you are talking about that particular subject.

--questions--

--text--

What does Maria think is essential?

--answers--

She thinks it is essential that everyone read the same page on the documentation

--feedback--

Remember that to be on the same page has a different meaning, not related to pages on a document.


She believes it is essential that every project have the amount allocated for the budget

--feedback--

Her comment has more to do with a common understanding of the situation.


She is sure that everyone working in the project has to love some sport

--feedback--

Sports were used only as an example for the expression in this challenge.


For her, it is essential that everyone have a common understanding of the project details

--video-solution--

4

--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
    }
  ]
}