Back to Freecodecamp

Task 96

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

latest1.4 KB
Original Source
<!-- (Audio) Brian: Tell me about your responsibilities beyond work. -->

--description--

The word beyond is used to talk about something that is further or more than something else.

For example, His kindness goes beyond just helping friends; he volunteers at shelters too. In this sentence, beyond is used to express that his kindness is not limited to helping friends but extends to more actions, such as volunteering at shelters.

--fillInTheBlank--

--sentence--

Tell me about your responsibilities BLANK work.

--blanks--

beyond

--feedback--

The word is used to talk about something that goes past a certain limit.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 9.14,
      "finishTimestamp": 11.84
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.70,
      "dialogue": {
        "text": "Tell me about your responsibilities beyond work.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.20
    }
  ]
}