Back to Freecodecamp

Task 40

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

latest1.7 KB
Original Source
<!-- (Audio) Sarah: Well, it's actually a lot of code, but the issue is in a specific function. I have a loop inside it. -->

--description--

The expression a lot of can be used with both countable and uncountable nouns, to indicate a large number or amount.

For countable nouns, such as cars, you might say a lot of cars. For uncountable nouns, like water, you would say a lot of water.

--fillInTheBlank--

--sentence--

Well, it's actually BLANK BLANK BLANK code, but the issue is in a specific function. I have a loop inside it.

--blanks--

a

--feedback--

This article is used to start the expression that indicates a large quantity.


lot

--feedback--

This noun is used to express a large amount when combined with the preceding and following words.


of

--feedback--

This preposition connects a phrase and a noun, showing that the large amount being referred to is code.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 10.5,
      "finishTimestamp": 15.98
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.48,
      "dialogue": {
        "text": "Well, it's actually a lot of code, but the issue is in a specific function. I have a loop inside it.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.98
    }
  ]
}