Back to Freecodecamp

Task 93

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

latest1.6 KB
Original Source
<!-- (Audio) Brian: Sophie, how do you manage your work-life balance and your responsibilities outside of the office? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Brian asking Sophie about?

--answers--

How she divides her time between work and personal activities


How she spends her weekends

--feedback--

Brian's question is broader, focusing on overall time management, not just weekends.


How she completes her office tasks

--feedback--

The question specifically targets balancing work and life, not just completing work tasks.


How she plans her office meetings

--feedback--

Brian is asking about her overall balance, not just about scheduling meetings.

--video-solution--

1

--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": 0.00,
      "finishTimestamp": 5.46
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.46,
      "dialogue": {
        "text": "Sophie, how do you manage your work-life balance and your responsibilities outside of the office?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.96
    }
  ]
}