Back to Freecodecamp

Task 46

curriculum/challenges/english/blocks/learn-how-to-discuss-popular-trends-in-technology/661962ea6cd127049ca20b86.md

latest2.2 KB
Original Source
<!-- (Audio) James: Sarah, have you heard about Quantum Computing? I just heard about it for the first time. -->

--description--

Sometimes, it is possible that a verb in the Simple Past and in the Present Perfect are conjugated the same way. In this dialogue, James asks if Sarah has heard about Quantum Computing and then says he just heard about it. The participle form of hear is heard, just like the past form of hear is heard as well. Examples: On Monday, I heard you were coming to visit. (someone told me this on Monday). I have heard about the situation before. (there is no reference as to when). In both cases, heard is used. James says he just heard about Quantum Computing, meaning it happened a short time ago, probably minutes before the conversation. Just is used here to express that something happened a bit before the moment the conversation is happening. Example: I just saw him crossing the street.

Listen to the dialogue and fill in the blanks.

--fillInTheBlank--

--sentence--

Sarah, have you heard about Quantum Computing? I BLANK BLANK about it for the first time.

--blanks--

just

--feedback--

This word is used to mean that something happened a bit before this conversation.


heard

--feedback--

This is the verb hear in the Simple Past form. You write it the same way as the participle form of hear.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.44
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.44,
      "dialogue": {
        "text": "Sarah, have you heard about Quantum Computing? I just heard about it for the first time.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.94
    }
  ]
}