Back to Freecodecamp

Task 34

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

latest1.6 KB
Original Source
<!-- (Audio) Tom: Hey, have you ever worked with Anna from HR? -->

--description--

The word ever is used in the present perfect tense to talk about experiences at any time up to now. It's often found in questions to ask if someone has done something at least once in their life.

For example, Have you ever visited Paris? means "at any time in your life, did you visit Paris?".

--fillInTheBlank--

--sentence--

Hey, BLANK you BLANK BLANK with Anna from HR?

--blanks--

have

--feedback--

This is part of the present perfect tense, used here to talk about past experiences up to now.


ever

--feedback--

This word is used to ask if the action has happened at any time up to now.


worked

--feedback--

This is the past participle of work, used to inquire about the experience of working.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 2.88
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.88,
      "dialogue": {
        "text": "Hey, have you ever worked with Anna from HR?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.38
    }
  ]
}