Back to Freecodecamp

Task 26

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

latest1.8 KB
Original Source
<!-- (Audio) Linda: I've liked riding my bike since my childhood. It's not just a hobby. It's a way of life for me. -->

--description--

The Present Perfect tense can be used with the word since to discuss the starting point of ongoing actions or conditions. For example:

I have liked painting since I was a child. - This implies that the speaker began to enjoy painting in their childhood and continues to do so.

Remember, the auxiliary verb have can be contracted to 've.

--questions--

--text--

What does Linda mean by since my childhood?

--answers--

Linda recently started liking biking.

--feedback--

The phrase suggests a longer duration than a recent start.


Linda developed a passion for biking in adulthood.

--feedback--

The phrase implies the liking started in childhood, not adulthood.


Linda has enjoyed biking since she was a child.


Linda no longer likes biking.

--feedback--

The phrase doesn't indicate an ending of Linda's passion for biking.

--video-solution--

3

--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": 5.82,
      "finishTimestamp": 10.32
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 5.50,
      "dialogue": {
        "text": "I've liked riding my bike since my childhood. It's not just a hobby. It's a way of life for me.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 6.00
    }
  ]
}