Back to Freecodecamp

Task 15

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

latest1.7 KB
Original Source
<!-- AUDIO REFERENCE: Alice: I really want to collaborate with you and to contribute to our projects here at the company. -->

--description--

Contribute means to give or add something, such as ideas, effort, or resources, to a cause, project, or group in order to help achieve a common goal. For example:

  • She contributes ideas during meetings. - She shares her ideas to help.

  • We all contribute to the project. - Everyone helps with the project.

--questions--

--text--

What does contribute mean?

--answers--

To take away from something

--feedback--

Focus on actions that add value or support to a group or project.


To give or add something to help with a project


To compete with others

--feedback--

Think about collaboration and support rather than competition.


To keep something a secret

--feedback--

Reflect on the aspect of sharing or adding to a project or group.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 13.04,
      "finishTimestamp": 17.10
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.06,
      "dialogue": {
        "text": "I really want to collaborate with you and to contribute to our projects here at the company.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.56
    }
  ]
}