Back to Freecodecamp

Task 109

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b5b0168c10d017204bc455.md

latest1.8 KB
Original Source
<!-- (audio) Maria: I see where you're coming from. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I BLANK where you're BLANK BLANK.

--blanks--

see

--feedback--

This means to understand or recognize something.


coming

--feedback--

This is part of the phrase indicating the source or origin of someone's thoughts or feelings.


from

--feedback--

This completes the phrase which refers to the origin or cause of someone's thoughts or feelings.

--explanation--

See means to understand or recognize something. In this context, Maria is saying she understands Jim's perspective. For example:

I see why you chose this approach; it makes sense now. - This means you understand the reasoning behind the other person's decision.

Come from refers to the origin or source of something. For example:

Her enthusiasm comes from her passion for the project. - This means that the source of her enthusiasm is her deep interest or passion for the project.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-3.mp3",
      "startTime": 1,
      "startTimestamp": 34.82,
      "finishTimestamp": 36.0
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.18,
      "dialogue": {
        "text": "I see where you're coming from.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 2.68
    }
  ]
}