Back to Freecodecamp

Task 97

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

latest1.6 KB
Original Source
<!-- (Audio) Sophie: Well, I have to make time for my family – that's really important to me. -->

--description--

The phrase make time for means to find or set aside time to do something or be with someone important. It shows that you choose to spend your time on these things even when you are busy.

For example, you might make time for reading because you enjoy it, even if you have lots of homework.

--fillInTheBlank--

--sentence--

Well, I have to BLANK BLANK BLANK my family – that's really important to me.

--blanks--

make

--feedback--

This word means to create or set aside.


time

--feedback--

It means the moments or period you decide to use for something special.


for

--feedback--

This word shows who or what you are spending your time on.

--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": 12.62,
      "finishTimestamp": 15.94
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.32,
      "dialogue": {
        "text": "Well, I have to make time for my family – that's really important to me.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.82
    }
  ]
}