Back to Freecodecamp

Task 2

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

latest1.8 KB
Original Source
<!-- (Audio) Maria: Hey, I noticed that you have a camera on your desk. Are you into photography? -->

--description--

To be into something means to like something a lot or to be very interested in it. It's an informal way to talk about hobbies, activities, or interests. For example:

  • They are into AI and machine learning. - This means they like studying and working with AI.

  • Are you into learning new programming languages? - This asks if you enjoy or like learning new programming languages.

--questions--

--text--

What does Maria ask Bob when she notices the camera on his desk?

--answers--

If Bob's camera is high quality.

--feedback--

The quality of the camera is not the topic of the conversation.


If Bob's camera is on the desk.

--feedback--

The location of Bob's camera is not the focus of Maria's question.


If Bob likes photography.


If anyone in Bob's family is interested in photography.

--feedback--

Bob's family is not mentioned in Maria's question.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 3.60
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.60,
      "dialogue": {
        "text": "Hey, I noticed that you have a camera on your desk. Are you into photography?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.10
    }
  ]
}