Back to Freecodecamp

Task 6

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/661215c06938a71ad4101c93.md

latest2.9 KB
Original Source
<!-- (Audio) Sarah: Thanks for catching those. As for me, I also finished the market research report. I presented it to the team yesterday. We've gathered valuable data that will help us make informed decisions. -->

--description--

To catch can have the meaning of noticing or finding something, often a problem or mistake. Like when you say, I caught a spelling error in the report. Here, caught is the past tense of catch.

A market is a place or area where goods are sold, or in business, it refers to the group of people who might buy a product. For example, We studied the smartphone market.

To gather means to collect or bring together. In business, you might gather information or data, like We gathered customer feedback.

An informed decision is a choice made based on good information or knowledge. For example, After researching, we made an informed decision about our project.

These terms are useful in business and technology for discussing work and decision-making.

--fillInTheBlank--

--sentence--

Thanks for BLANK those. As for me, I also finished the BLANK research report. I presented it to the team yesterday. We've BLANK valuable data that will help us make BLANK decisions.

--blanks--

catching

--feedback--

In this context, it refers to identifying or noticing something, like issues or errors.


market

--feedback--

It refers to the area of study or interest in business, like studying consumer trends or needs.


gathered

--feedback--

It means collected. Here, it refers to collecting data or information.


informed

--feedback--

It means the decisions are based on good information or knowledge.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 24.02,
      "finishTimestamp": 33.72
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.2,
      "dialogue": {
        "text": "Thanks for catching those. As for me, I also finished the market research report.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.66,
      "finishTime": 7.2,
      "dialogue": {
        "text": "I presented it to the team yesterday.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 7.56,
      "finishTime": 10.7,
      "dialogue": {
        "text": "We've gathered valuable data that will help us make informed decisions.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 11.2
    }
  ]
}