Back to Freecodecamp

Task 64

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

latest1.8 KB
Original Source
<!-- (Audio) Sarah: Hey, Tom. Have I told you I'm a huge sci-fi fan? I'm even part of an amazing fandom. -->

--description--

In this dialogue, Sarah uses Have I told you...? to ask Tom in an engaging way if she has previously mentioned something about herself.

Have I told you...? is a way to connect the past with the present, as if Sarah is trying to recall if she has shared her passion for sci-fi with Tom before.

This phrase is a great example of how the Present Perfect tense is used to talk about actions that occurred at an unspecified time before now.

--fillInTheBlank--

--sentence--

Hey, Tom. BLANK I BLANK you I'm a huge sci-fi fan? I'm even part of an amazing fandom.

--blanks--

Have

--feedback--

This word is the auxiliary verb used in forming the present perfect tense, indicating a past action with relevance to the present. The first letter is capitalized.


told

--feedback--

It's the participle form of the verb tell, as it is used in the present perfect structure.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 4.86
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.86,
      "dialogue": {
        "text": "Hey, Tom. Have I told you I'm a huge sci-fi fan? I'm even part of an amazing fandom.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.36
    }
  ]
}