Back to Freecodecamp

Task 104

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

latest2.3 KB
Original Source
<!-- (Audio) Brian: It sounds like you're doing great dealing with work and life responsibilities at the same time. -->

--description--

The phrase you're doing great is a way to tell someone they are performing very well or successfully managing a situation. It's a form of encouragement or praise. For example, After seeing how well you organized the event, I must say, you're doing great!

After it, you can use phrases starting with a verb, that end in -ing, that describe what the person is doing well at. For instance, You're doing great keeping up with your studies.

Deal with means to manage or handle something, especially a problem or challenge. It involves taking action to address a situation or problem. For example, She has to deal with a lot of emails every morning.

The phrase at the same time indicates that two or more actions or events are happening together, not separately.

--fillInTheBlank--

--sentence--

It sounds like you're BLANK BLANK BLANK BLANK work and life responsibilities at the same time.

--blanks--

doing

--feedback--

This word is used to describe how someone is performing or managing in a situation.


great

--feedback--

This adjective is used to express that the performance is very good.


dealing

--feedback--

This word means managing or handling, especially when talking about problems or tasks. Remember to add -ing after the verb.


with

--feedback--

This preposition is used to indicate what someone is managing or handling.

--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": 23.38,
      "finishTimestamp": 27.98
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.60,
      "dialogue": {
        "text": "It sounds like you're doing great dealing with work and life responsibilities at the same time.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.10
    }
  ]
}