Back to Freecodecamp

Task 88

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

latest2.1 KB
Original Source
<!-- (Audio) Bob: Well, I have to attend team meetings and provide progress reports, but I don't have to work overtime unless it's an urgent situation. -->

--description--

Have to is an expression you've learned and is used to express necessity or obligation.

To attend meetings means to be present at meetings. For example, I attend meetings every Monday means I go to meetings on Mondays.

To provide means to give something needed or useful. For example, I provide help for my teammates means I give help to the people I work with.

Progress reports are documents or updates that show how much work has been done and what still needs to be completed.

--fillInTheBlank--

--sentence--

Well, I have to BLANK team meetings and BLANK BLANK reports, but I don't have to work overtime unless it's an urgent situation.

--blanks--

attend

--feedback--

It means to be present at meetings as part of one's job.


provide

--feedback--

It means to give or supply something, like information or documents.


progress

--feedback--

It refers to reports that show how much work has been done and what is left to do.

--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": 17.38,
      "finishTimestamp": 24.62
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.58,
      "dialogue": {
        "text": "Well, I have to attend team meetings and provide progress reports,",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.7,
      "finishTime": 8.24,
      "dialogue": {
        "text": "but I don't have to work over time unless it's an urgent situation.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 8.74
    }
  ]
}