Back to Freecodecamp

Task 110

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

latest1.5 KB
Original Source
<!-- (Audio) Sophie: Sometimes, it's the simple and free things that bring us the result we're looking for. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Sophie say can help us get what we want?

--answers--

Things that cost a lot of money

--feedback--

Sophie is saying that we don't always need things that cost money to get what we want.


Not paying attention to the problem

--feedback--

Sophie is talking about finding solutions, not ignoring problems.


Always changing our plans

--feedback--

Sophie tells us that simple ways can work well, not always changing what we do.


Easy and free things

--video-solution--

4

--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": 35.64,
      "finishTimestamp": 39.12
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.48,
      "dialogue": {
        "text": "Sometimes it's the simple and free things that bring us the result we're looking for.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.98
    }
  ]
}