Back to Freecodecamp

Task 123

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/65a74339f74217867ec2eb5e.md

latest1.8 KB
Original Source
<!-- (Audio) Tom: Yeah, I checked out some open-source projects, but I admit that I have problems with the amount of time it can take to contribute. -->

--description--

To admit means to say something is true, especially something you would prefer not to. For example, if you say, I admit I forgot to save my work, you're saying it's true that you didn't save your work, even though it's not a good situation.

Amount refers to how much there is of something. Like when you talk about the amount of sugar in a cake, you're talking about how much sugar is used to make it.

--fillInTheBlank--

--sentence--

Yeah, I checked out some open-source projects, but I BLANK that I have problems with the BLANK of time it can take to contribute.

--blanks--

admit

--feedback--

This verb means to confess or acknowledge something, often reluctantly.


amount

--feedback--

This noun is used to describe the quantity or measure of something, in this case, referring to time.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 17.06,
      "finishTimestamp": 23.34
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 7.28,
      "dialogue": {
        "text": "Yeah, I checked out some open-source projects, but I admit that I have problems with the amount of time it can take to contribute.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.78
    }
  ]
}