Back to Freecodecamp

Task 73

curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657df30a140de766c3896294.md

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Okay, team. Let's help Lisa with the support she needs to start. -->

--description--

In a team context, to support means to provide help or assistance to someone. It's about making sure team members have what they need to succeed.

--fillInTheBlank--

--sentence--

Okay, team. BLANK help Lisa with the BLANK she BLANK to start.

--blanks--

Let's

--feedback--

This word is a contraction of let us, used to suggest a proposal or offer for the group. The first letter is capitalized.


support

--feedback--

This noun refers to the help or assistance provided to someone.


needs

--feedback--

This verb means something is required or necessary. It ends in -s.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 58.82,
      "finishTimestamp": 62.18
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.36,
      "dialogue": {
        "text": "Okay, team. Let's help Lisa with the support she needs to start.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.86
    }
  ]
}