Back to Freecodecamp

Task 11

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

latest2.0 KB
Original Source
<!-- (Audio) Bob: For nearly a decade now. It started as a hobby, but it's become a significant part of my life. -->

--description--

In situations where the Present Perfect tense is used to express the duration of time of a certain action, you normally use for to refer to this duration. For example:

I've been an architect for more than 15 years. - Your career in architecture began more than 15 years ago.

In the phrase for nearly a decade now, Bob is saying that his interest in photography started around ten years ago.

--questions--

--text--

What is the correct interpretation of for nearly a decade now in this context?

--answers--

Bob recently started his photography journey.

--feedback--

This answer indicates a recent initiation into photography, which is not the case.


Bob has been into photography for a long time.


Bob has been a professional photographer for ten years.

--feedback--

This answer suggests a specific professional duration, but the phrase does not necessarily imply professional involvement.


Bob is new to the world of photography.

--feedback--

This answer implies a lack of experience in photography, contrary to the phrase's meaning.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 14.38,
      "finishTimestamp": 19.90
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.52,
      "dialogue": {
        "text": "For nearly a decade now. It started as a hobby, but it's become a significant part of my life.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.02
    }
  ]
}