Back to Freecodecamp

Task 67

curriculum/challenges/english/blocks/learn-how-to-talk-about-hobbies-and-interests/657ef61be0a682e2591776f6.md

latest1.9 KB
Original Source
<!-- (Audio) Tom: That's cool, Sarah. I've heard there are massive communities of people who are into sci-fi. What kind of events do you have? -->

--description--

To hear is about receiving sounds with your ears, but it also means getting to know information.

Heard is the past participle form, which means you received the information or sound in the past.

--questions--

--text--

Select the sentence that correctly uses the Present Perfect tense.

--answers--

I heard there are massive communities of people into sci-fi.

--feedback--

It talks about a specific past time, not something from the past connected to now.


I'm hearing about massive communities of people into sci-fi.

--feedback--

It means it's happening right now, not showing a link between past and present.


I've heard there are massive communities of people into sci-fi.


I heard about massive communities of people into sci-fi.

--feedback--

It points to a specific past time, not connecting past to now in this context.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 5.60,
      "finishTimestamp": 12.44
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 7.84,
      "dialogue": {
        "text": "That's cool, Sarah. I've heard there are massive communities of people who are into sci-fi. What kind of events do you have?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 8.34
    }
  ]
}