Back to Freecodecamp

Task 20

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

latest1.8 KB
Original Source
<!-- (Audio) Bob: I've taken things way too seriously in the past. -->

--description--

Have taken shows you did something before. Here's how you might use it:

Picking up: I have taken the book. - You took the book from somewhere.

Choosing: I have taken the red one. - You picked out the red one for yourself.

Accepting: I have taken your idea. - You decided to go with someone's idea.

Feeling: I have taken the joke seriously. - You thought the joke was more serious than it was meant to be.

Each use of have taken depends on what action or decision you made.

--questions--

--text--

Which of the options best explains Bob's usage of have taken?

--answers--

He's making a choice.

--feedback--

The meaning of have taken here is not related to choosing something.


He's accepting someone else's idea.

--feedback--

There was no mention to ideas in this sentence.


He's expressing how he felt about his activity.


He's picking the camera up from the desk.

--feedback--

He does not talk about picking things up in this case.

--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": 35.46,
      "finishTimestamp": 37.76
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.30,
      "dialogue": {
        "text": "I've taken things way too seriously in the past.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.80
    }
  ]
}