Back to Freecodecamp

Task 23

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657b5dcd5d70d67c43f62d52.md

latest1.5 KB
Original Source
<!-- (audio) Tom: Yes, I love it. But I'm only practicing. -->

--description--

When you are practicing, you are doing an activity regularly to improve your skills at it.

--questions--

--text--

What does Tom mean when he says Yes, I love it. But I'm only practicing?

--answers--

He is a professional photographer.

--feedback--

Practicing usually means you're still learning, not that you're a professional.


He is learning and trying to get better at photography.


He does not like photography.

--feedback--

Tom says, I love it. It means he likes photography.


He is teaching photography to someone.

--feedback--

There is no information suggesting he is teaching photography.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 5.50,
      "finishTimestamp": 7.76
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.26,
      "dialogue": {
        "text": "Yes, I love it. But I'm only practicing.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.76
    }
  ]
}