Back to Freecodecamp

Task 28

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/655c9e73e89d886538976452.md

latest1.9 KB
Original Source
<!-- (Audio) Maria: That's good to hear. I'm managing the team that's making a new part for the client's platform. We're trying to work on it and talk to the client to make sure they like it. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's good to hear. I'm BLANK the team that's BLANK a new part for the client's platform. We're BLANK to work on it and BLANK to the client to make sure they like it.

--blanks--

managing

--feedback--

This verb means being in charge of the team. It ends in -ing.


making

--feedback--

This verb means creating something new. It ends in -ing.


trying

--feedback--

This verb means attempting to do something. It ends in -ing.


talk

--feedback--

This verb means to speak with someone.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 16.30,
      "finishTimestamp": 24.38
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.68,
      "dialogue": {
        "text": "That's good to hear. I'm managing the team that's making a new part for the client's platform.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 5.70,
      "finishTime": 9.08,
      "dialogue": {
        "text": "We're trying to work on it and talk to the client to make sure they like it.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 9.58
    }
  ]
}