Back to Freecodecamp

Task 18

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

latest1.7 KB
Original Source
<!-- (Audio) Sophie: I spent much of my free time on it. -->

--description--

Much of is used to express a large part of something, especially with uncountable nouns. For example, He spent much of the day reading. implies he used a significant portion of the day to read.

Free time refers to time when you are not working or doing essential tasks and can choose what you want to do. For example, She uses her free time to learn guitar. indicates what she chooses to do when she has no other obligations.

--fillInTheBlank--

--sentence--

I spent BLANK BLANK my BLANK time on it.

--blanks--

much

--feedback--

This word is used to describe a substantial portion of something.


of

--feedback--

This word connects what follows, showing that it is a part of a whole.


free

--feedback--

This adjective describes time that is available without commitments or obligations.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 12.36,
      "finishTimestamp": 14.16
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.8,
      "dialogue": {
        "text": "I spent much of my free time on it.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.3
    }
  ]
}