Back to Freecodecamp

Task 95

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

latest1.5 KB
Original Source
<!-- (Audio) Sophie: It's not always easy, but I've found ways to make it work. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Sophie saying about dealing with challenges?

--answers--

She gives up when it's hard.

--feedback--

Sophie's message is about finding solutions, not giving up.


She discovers methods to overcome them.


She waits for others to solve the problems.

--feedback--

Sophie talks about her own efforts to find solutions, not relying on others.


She ignores the difficulties.

--feedback--

Sophie acknowledges the challenges but focuses on finding ways to deal with them, 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": 5.98,
      "finishTimestamp": 8.70
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.72,
      "dialogue": {
        "text": "It's not always easy, but I've found ways to make it work.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.22
    }
  ]
}