Back to Freecodecamp

Task 105

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

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

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Brian complimenting Sophie for?

--answers--

The weather conditions

--feedback--

Brian's statement is focused on personal achievement, not the weather.


The quality of the food

--feedback--

Brian's comment is about handling responsibilities, not food quality.


Managing both work and personal life well


Choosing the right clothes for the occasion

--feedback--

Brian's compliment is about balancing responsibilities, not about fashion choices.

--video-solution--

3

--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
    }
  ]
}