Back to Freecodecamp

Task 63

curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662f150f6e708633720c8c52.md

latest1.8 KB
Original Source
<!-- (Audio) Tom: Hey, Sarah, I was reading about object-oriented programming on the internet. It's a new concept for me. -->

--description--

Please answer the question below.

--questions--

--text--

What question might Tom want to ask Sarah based on his statement?

--answers--

Can you explain what the internet is?

--feedback--

Tom's statement indicates he understands how to use the internet as he was reading on it; his focus is on object-oriented programming.


Can you help me understand object-oriented programming?


Do you have any books on object-oriented programming?

--feedback--

While it's possible Tom might want resources, his statement suggests he's seeking a direct explanation rather than additional reading material.


Why is object-oriented programming considered old?

--feedback--

Tom mentioned that object-oriented programming is a new concept for him, not that it is old or outdated.

--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": "5.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 6.28
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 7.28,
      "dialogue": {
        "text": "Hey, Sarah, I was reading about object-oriented programming on the internet. It's a new concept for me.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.78
    }
  ]
}