Back to Freecodecamp

Task 62

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67532ac8b110a08666ee5f18.md

latest1.6 KB
Original Source
<!-- (Audio) Jake: Not yet, but I think it came from an email link. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Not yet, but I think it BLANK BLANK an email link.

--blanks--

came

--feedback--

This word means to move or happen from one place or source to another. It is the past tense of come.


from

--feedback--

This word shows the starting point or source of something.

--explanation--

Came from is used to describe the source or starting point of something. For example:

  • The idea came from a brainstorming session. - This means the brainstorming session was the source of the idea.

  • She said the problem came from a mistake in the code. - This indicates the mistake in the code caused the problem.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 10.38,
      "finishTimestamp": 12.86
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.48,
      "dialogue": {
        "text": "Not yet, but I think it came from an email link.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.98
    }
  ]
}