Back to Freecodecamp

Task 79

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

latest1.6 KB
Original Source
<!-- (Audio) Sarah: I'll send you the title. It has helped many people I know. -->

--description--

The word title refers to the name of a book, article, movie or other work. In this context, it refers to the name of the book Sarah is recommending.

An example is, The title of my favorite book is 'The Great Gatsby'.

--fillInTheBlank--

--sentence--

I'll send you the BLANK. It has helped BLANK BLANK I know.

--blanks--

title

--feedback--

It refers to the name of a book, movie, or other works. In this case, Sarah is referring to a book.


many

--feedback--

It is used to describe a large number or quantity, emphasizing the volume.


people

--feedback--

It refers to human beings collectively, typically used to discuss groups or a number of individuals.

--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": 39.2,
      "finishTimestamp": 41.9
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.7,
      "dialogue": {
        "text": "I'll send you the title. It has helped many people I know.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.2
    }
  ]
}