Back to Freecodecamp

Task 80

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

latest2.6 KB
Original Source
<!-- (Audio) Tom: That helps a lot! Can you recommend a good book for me to learn more about it? Sarah: Of course! I have a book on OOP's principles. I'll send you the title. It has helped many people I know. -->

--description--

Please answer the question below.

--questions--

--text--

Why does Sarah recommend that specific book on OOP's principles to Tom?

--answers--

Because it's the only book she has on the subject

--feedback--

This option is misleading; Sarah recommends the book not because it's her only one, but because it has proven helpful to others.


Because it includes the most recent research on OOP

--feedback--

While recent research might be beneficial, Sarah specifically mentions the book's usefulness with people she knows, not its recency.


Because it has been helpful to many people she knows


Because she wrote the book herself

--feedback--

There is no indication that Sarah authored the book; her recommendation is based on its effectiveness for others.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 31.42,
      "finishTimestamp": 41.9
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.3,
      "dialogue": {
        "text": "That helps a lot. Can you recommend a good book for me to learn more about it?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.55
    },
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 5.55
    },
    {
      "character": "Sarah",
      "startTime": 5.8,
      "finishTime": 8.3,
      "dialogue": {
        "text": "Of course! I have a book on OOP's principles.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 8.78,
      "finishTime": 11.48,
      "dialogue": {
        "text": "I'll send you the title. It has helped many people I know.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 11.98
    }
  ]
}