Back to Freecodecamp

Task 36

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e2abf597d97e7ba03e7e2.md

latest1.9 KB
Original Source
<!-- (audio) Anna: During the rest of the day, you usually work on your design projects, collaborate with the team, and attend meetings with clients when there are those meetings. -->

--description--

To collaborate means to work jointly on an activity or project, often used in team settings, to attend meetings refers to being present at formal gatherings, and clients are people or organizations using the services of a professional.

--questions--

--text--

What does collaborate with the team mean?

--answers--

Work alone on a project.

--feedback--

Collaborate implies working with others, not alone.


Work together with other team members.


Have lunch with team members.

--feedback--

Collaboration refers to working, not lunchtime activities.


Leave the office early.

--feedback--

Collaboration is about work involvement, not leaving work.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Anna",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 22.54,
      "finishTimestamp": 29.20
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 4.02,
      "dialogue": {
        "text": "During the rest of the day, you usually work on your design projects,",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 4.28,
      "finishTime": 7.66,
      "dialogue": {
        "text": "collaborate with the team, and attend meetings with clients when there are those meetings.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 8.16
    }
  ]
}