Back to Freecodecamp

Task 50

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

latest1.6 KB
Original Source
<!-- (Audio) Tom: There are many debugging tools you can use. -->

--description--

There are is used to indicate the existence or presence of multiple items or people. Many is used with countable nouns to indicate a large number in quantity.

Together, these words help to express that a significant number of items are available or present.

For example, There are many options. This implies that a large number of options exist.

--fillInTheBlank--

--sentence--

BLANK BLANK BLANK debugging tools you can use.

--blanks--

There

--feedback--

This word is used to begin statements about the existence of things.


are

--feedback--

This verb helps form expressions about the presence of multiple items.


many

--feedback--

This word is used to describe a lot of items.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 23.06,
      "finishTimestamp": 25.44
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.38,
      "dialogue": {
        "text": "There are many debugging tools you can use.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.88
    }
  ]
}