Back to Freecodecamp

Task 19

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

latest1.6 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 answer the question below.

--questions--

--text--

How does Alice express her desire to collaborate with the team?

--answers--

She wants to work alone on her projects.

--feedback--

Reflect on how working alone contrasts with the idea of collaboration.


She prefers not to contribute to the team's projects.

--feedback--

Consider what Alice means by collaborating and contributing to the projects.


She wants to collaborate and contribute to projects.


She wants to keep her skills a secret.

--feedback--

Think about how sharing skills and knowledge relates to the concepts of collaboration and contribution.

--video-solution--

3

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