Back to Freecodecamp

Task 4

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/661005bbe1801e14c303a57a.md

latest2.4 KB
Original Source
<!-- (Audio) Bob: That's great, Sarah! I've also been pretty busy this week. I tested the new feature we added last week. It seems to be working well. And I found a few minor issues that we need to fix. -->

--description--

Pretty is used to make an adjective stronger. For example, I'm pretty tired means I'm quite tired.

Minor means small or not very important. For example, There are a few minor problems with my bike means there are some small problems.

--fillInTheBlank--

--sentence--

That's great, Sarah! I've also been BLANK busy this week. I tested the new BLANK we added last week. It BLANK to be working well. And I found a few BLANK issues that we need to fix.

--blanks--

pretty

--feedback--

It is used here as an intensifier to describe the level of busyness, meaning Bob was quite busy.


feature

--feedback--

It refers to a specific function or part of a product, in this case, something new added to their project.


seems

--feedback--

This word is used to express an appearance or impression, here indicating that the new feature appears to work well.


minor

--feedback--

It indicates that the issues found were not very large or critical.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 13.02,
      "finishTimestamp": 23.4
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.08,
      "dialogue": {
        "text": "That's great Sarah. I've also been pretty busy this week.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.28,
      "finishTime": 8.4,
      "dialogue": {
        "text": "I tested the new feature we added last week. It seems to be working well.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 8.8,
      "finishTime": 11.38,
      "dialogue": {
        "text": "And I found a few minor issues that we need to fix.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 11.88
    }
  ]
}