Back to Freecodecamp

Task 28

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

latest1.4 KB
Original Source
<!-- (Audio) Linda: I've been a cyclist for more than 15 years. It's a love that hasn't disappeared with time. -->

--description--

In the Present Perfect tense, for and since are used to discuss time duration and starting points.

For tells how long something has been happening. For example, for five years or for two months.

Since tells when something started. For example, since 2020 or since last week.

--fillInTheBlank--

--sentence--

I've been a cyclist BLANK more than 15 years. It's a love that hasn't disappeared with time.

--blanks--

for

--feedback--

This preposition expresses the duration of an action or situation.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Linda",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 13.76,
      "finishTimestamp": 17.98
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 5.22,
      "dialogue": {
        "text": "I've been a cyclist for more than 15 years. It's a love that hasn't disappeared with time.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 5.72
    }
  ]
}