Back to Freecodecamp

Task 37

curriculum/challenges/english/blocks/learn-how-to-ask-for-clarification-on-code-understanding/65f598d3a104b7c50aea53ab.md

latest1.4 KB
Original Source
<!-- (Audio) Sophie: I've noticed that the issue may occur when we handle large data sets. -->

--description--

Large refers to something big in size or amount, as in large data sets which contain a lot of data. Small is the opposite, referring to less in size or amount.

--fillInTheBlank--

--sentence--

I've noticed that the issue may occur when we handle BLANK data sets.

--blanks--

large

--feedback--

In this context, it's used to describe the size of the data sets - implying they contain a substantial amount of data.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 13.88,
      "finishTimestamp": 17.44
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.56,
      "dialogue": {
        "text": "I've noticed that the issue may occur when we handle large data sets.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.06
    }
  ]
}