Back to Freecodecamp

Task 107

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

latest1.6 KB
Original Source
<!-- (Audio) Sophie: Thank you. It's all about finding the right balance for you and your well-being. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Sophie emphasizing the importance of?

--answers--

Focusing only on work

--feedback--

Sophie is talking about the importance of managing different aspects of life, not just work.


Maintaining a healthy mix of activities for happiness and health


Spending all free time on hobbies

--feedback--

Sophie suggests a mix of activities for well-being, not just hobbies.


Ignoring personal needs

--feedback--

Sophie's statement is about paying attention to balance for personal needs and well-being, not ignoring them.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 27.98,
      "finishTimestamp": 32.14
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.16,
      "dialogue": {
        "text": "Thank you. It's all about finding the right balance for you and your well-being.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.66
    }
  ]
}