Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65b0dde5120c33f904f47a62.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: Hey, have you met Anna yet? -->

--description--

The Present Perfect Tense is formed with have or has plus the past participle of a verb. For example, for the irregular verb meet, its past participle is met. This tense is used to talk about experiences or actions from the past that still matter now.

Use have with the pronouns I, you, we, and they, and use has with he, she, and it.

The word yet is often used in questions in the Present Perfect Tense to inquire if something has happened up to now.

--fillInTheBlank--

--sentence--

Hey, BLANK BLANK BLANK Anna yet?

--blanks--

have

--feedback--

It's an auxiliary verb used in the Present Perfect Tense sentence.


you

--feedback--

This is the person being asked about their experience.


met

--feedback--

This is the verb meet in the form it's used in the Present Perfect tense.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 1.60
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.60,
      "dialogue": {
        "text": "Hey, have you met Anna yet?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.10
    }
  ]
}