Back to Freecodecamp

Task 72

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679c018b3abc8de10af40cd1.md

latest1.6 KB
Original Source
<!-- (Audio) Maria: Hi, James. I just got an email from a client. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hi, James. I BLANK got an email from a BLANK.

--blanks--

just

--feedback--

This word means something happened very recently.


client

--feedback--

This word refers to a person or company that receives services from a business.

--explanation--

Just means that something happened very recently. For example:

I just finished my report. - This means the report was completed a very short time ago.

A client is a person or business that purchases or uses the company's services or products. For example:

Our company is developing a new app for a client in the healthcare industry. - This means the company is providing software services for a healthcare business.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 2.3
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.3,
      "dialogue": {
        "text": "Hi, James. I just got an email from a client.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.8
    }
  ]
}