Back to Freecodecamp

Task 64

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

latest2.1 KB
Original Source
<!-- (Audio) Tom: He sounds like a dedicated professional. I've always wondered what the folks in security do around here. What are his responsibilities? -->

--description--

The present perfect tense, formed with have or has plus the past participle of a verb, is used to talk about experiences or actions that have relevance to the present.

Always is used to emphasize that the action or feeling has been true for a long time and continues to be true. For example, I've always liked chocolate means I liked chocolate in the past and still do now.

Wonder means to think about something with curiosity.

Folks is an informal word for people, often used to talk about a group of people in a friendly way.

--fillInTheBlank--

--sentence--

He sounds like a dedicated professional. I've BLANK BLANK what the folks in Security do around here. What are his responsibilities?

--blanks--

always

--feedback--

This word emphasizes that the action has been continuous over time.


wondered

--feedback--

This word is the past participle of wonder, used to express curiosity about something.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 19.32,
      "finishTimestamp": 25.94
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.7,
      "dialogue": {
        "text": "He sounds like a dedicated professional.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 2.92,
      "finishTime": 7.62,
      "dialogue": {
        "text": "I've always wondered what the folks in security do around here. What are his responsibilities?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 8.12
    }
  ]
}