Back to Freecodecamp

Task 102

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: David: I'll be your point of contact and I'll make sure our collaboration is great. -->

--description--

Collaboration refers to working together with others to achieve a common goal. For example:

Online tools make remote collaboration easier. - Websites and apps help people in different places work together.

--fillInTheBlank--

--sentence--

I'll be your BLANK of contact and I'll make sure our BLANK is great.

--blanks--

point

--feedback--

This noun indicates the person to connect with for project-related matters.


collaboration

--feedback--

This word signifies the process of working jointly with others, emphasizing teamwork and cooperative effort.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "David",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-5.mp3",
      "startTime": 1,
      "startTimestamp": 42.10,
      "finishTimestamp": 46.32
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 5.22,
      "dialogue": {
        "text": "I'll be your point of contact and I'll make sure our collaboration is great.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 5.72
    }
  ]
}