Back to Freecodecamp

Task 78

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

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

--description--

Please answer the question below.

--questions--

--text--

Is Sarah willing to recommend a book, and if so, which book does she mention?

--answers--

Sarah is not willing to recommend any book at this time.

--feedback--

Sarah clearly expresses her willingness to recommend a book by mentioning it.


Sarah is willing to recommend a book about the principles of Object-Oriented Programming.


Sarah recommends a book about general programming practices.

--feedback--

Sarah specifically mentions a book on OOP's principles, not general programming practices.


Sarah suggests a book that she does not own.

--feedback--

Sarah states that she has the book, indicating that she owns it and is referring to this specific one.

--video-solution--

2

--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
    }
  ]
}