Back to Freecodecamp

Task 108

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

latest1.8 KB
Original Source
<!-- (Audio) Sophie: And you don't have to search for expensive solutions for that. -->

--description--

The phrase search for means to look for something or try to find something through exploration. For example, I need to search for my lost keys means looking for the keys.

The word expensive describes something that costs a lot of money. For example, That car is too expensive for me means the car costs a lot.

A solution is an answer to a problem or a way to fix an issue.

Doesn't/don't have to is used to express that there is no need or requirement to do something.

--fillInTheBlank--

--sentence--

And you don't have to BLANK BLANK BLANK BLANK for that.

--blanks--

search

--feedback--

This word means to look for something carefully.


for

--feedback--

This preposition is used with search to indicate what you are trying to find.


expensive

--feedback--

This word describes something that costs a lot of money.


solutions

--feedback--

These are answers or ways to solve a problem.

--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": 32.52,
      "finishTimestamp": 35.22
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.70,
      "dialogue": {
        "text": "And you don't have to search for expensive solutions for that.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.20
    }
  ]
}