Back to Freecodecamp

Task 18

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

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

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I really want to BLANK with you and to BLANK to our projects here at the company.

--blanks--

collaborate

--feedback--

This verb means to work together with others to reach a shared goal.


contribute

--feedback--

This verb means to give something, like ideas or effort, to help a group or project.

--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
    }
  ]
}