Back to Freecodecamp

Task 77

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

latest1.7 KB
Original Source
<!-- (Audio) Sarah: Of course! I have a book on OOP's principles. -->

--description--

The preposition on is often used to specify the subject or topic of a book or discussion. In this context, it connects the book to the topic it covers, which is Object-Oriented Programming (also known as OOP).

The word principle refers to the fundamental theories or beliefs that form the basis for a system, in this case, the core ideas of OOP.

--fillInTheBlank--

--sentence--

Of course! I have a book BLANK BLANK BLANK.

--blanks--

on

--feedback--

This preposition is used here to indicate that the book is about the subject of OOP's principles.


OOP's

--feedback--

This possessive form shows that the noun followed belongs to Object-Oriented Programming.


principles

--feedback--

They are the basic ideas or rules that guide the structure and functioning of OOP.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 36.22,
      "finishTimestamp": 38.92
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.7,
      "dialogue": {
        "text": "Of course! I have a book on OOP's principles.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.2
    }
  ]
}