Back to Freecodecamp

Task 10

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

latest1.9 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--

Near means close in distance or time, while nearly is used to indicate that something is almost, but not completely finished.

For example, if you're near finishing a project, you're close to completing it. If you've nearly finished, you're almost done but not quite there yet.

The expression for nearly a decade now combines nearly with a decade (ten years) to describe a long period of time, almost but not quite reaching ten years. It's used to talk about something that has been happening or continuing for just about ten years.

--questions--

--text--

How long has Bob been into photography?

--answers--

For almost 25 years.

--feedback--

He mentions another period.


Since he got a camera from his parents at age 5.

--feedback--

Bob doesn't mention any of this.


For about ten years.


He started practicing last year and fell in love immediately.

--feedback--

Bob mentions a much longer period.

--video-solution--

3

--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
    }
  ]
}