Back to Freecodecamp

Task 103

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

latest2.6 KB
Original Source
<!-- (Audio) Brian: Tell me about your responsibilities beyond work. Sophie: Well, I have to make time for my family – that's really important to me. I also don't want to neglect my health, so two months ago I started jogging regularly. It helps me relax and stay fit. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Sophie do outside of her work?

--answers--

Spending time with her family and maintaining her health


Only focusing on her work tasks

--feedback--

Sophie specifically mentions what she does outside of work, contradicting this option.


Traveling and meeting new people

--feedback--

There's no mention of traveling or meeting new people in Sophie's response.


Learning new languages

--feedback--

Sophie does not talk about learning new languages.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      },
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 9.14,
      "finishTimestamp": 22.38
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.7,
      "dialogue": {
        "text": "Tell me about your responsibilities beyond work.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.1
    },
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 4.1
    },
    {
      "character": "Sophie",
      "startTime": 4.48,
      "finishTime": 7.8,
      "dialogue": {
        "text": "Well, I have to make time for my family. That's really important to me.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 8.26,
      "finishTime": 12.3,
      "dialogue": {
        "text": "I also don't want to neglect my health, so two months ago I started jogging regularly.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 12.66,
      "finishTime": 14.24,
      "dialogue": {
        "text": "It helps me relax and stay fit.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 14.74
    }
  ]
}