Back to Freecodecamp

Task 67

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

latest1.4 KB
Original Source
<!-- (Audio) Tom: Not much, really. -->

--description--

When asking and answering questions about quantity, it's important to use much and many consistently. Much is used with uncountable nouns, while many is used with countable nouns. In a conversation, the question and answer should match in using either much or many.

Examples:

Question: How much time do you have? Answer: Not much.

Question: How many books do you own? Answer: Not many.

--fillInTheBlank--

--sentence--

Not BLANK, really.

--blanks--

much

--feedback--

It is used here to respond to a question about the extent of uncountable knowledge.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 11.5,
      "finishTimestamp": 12.6
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.1,
      "dialogue": {
        "text": "Not much, really.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 2.6
    }
  ]
}