Back to Freecodecamp

Task 66

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

latest1.9 KB
Original Source
<!-- (Audio) Sarah: Object-oriented programming is used in many modern languages. How much do you know about it so far? -->

--description--

Please answer the question below.

--questions--

--text--

What does it refer to in Sarah's question?

--answers--

It refers to the many modern languages.

--feedback--

While Sarah mentions modern languages, it specifically points back to the main subject discussed before the question.


It refers to the use of object-oriented programming in the past.

--feedback--

Sarah's discussion focuses on the current use, not the historical aspect, of object-oriented programming.


It refers to the level of difficulty of programming languages.

--feedback--

Sarah's statement does not discuss the difficulty of languages but rather the extent of knowledge about a specific programming approach.


It refers to object-oriented programming.

--video-solution--

4

--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": 6.34,
      "finishTimestamp": 11.1
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.94,
      "dialogue": {
        "text": "Object-oriented programming is used in many modern languages.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 4.18,
      "finishTime": 5.76,
      "dialogue": {
        "text": "How much do you know about it so far?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.26
    }
  ]
}