Back to Freecodecamp

Task 83

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65d8938e6254064bd4cd63fa.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: In my role, I have to meet project deadlines and collaborate with the development team. -->

--description--

To meet deadlines means to finish work by the planned time. For example, We have to meet the deadline for the report by Friday, means the report must be completed before or on Friday.

To collaborate means to work together with others on a project or task. For example, I collaborate with my classmates on group projects, means working together with classmates to achieve a common goal.

The phrase have to is used to express necessity or obligation.

--fillInTheBlank--

--sentence--

In my role, I have to BLANK project BLANK and BLANK with the development team.

--blanks--

meet

--feedback--

It indicates the necessity to complete work by a certain time.


deadlines

--feedback--

It refers to the specific time by which tasks must be finished.


collaborate

--feedback--

It means to work together with others.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 5.94,
      "finishTimestamp": 10.38
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.44,
      "dialogue": {
        "text": "In my role, I have to meet project deadlines and collaborate with the development team.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.94
    }
  ]
}