Back to Freecodecamp

Task 94

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

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

--description--

I've found ways to followed by a verb means someone has discovered methods to do something or solve a problem. I've is a contraction for I have, and found is the past participle of find, indicating the action of discovering or realizing something.

For example, I've found ways to save money means I have discovered methods to keep more money.

--fillInTheBlank--

--sentence--

It's not always easy, but BLANK BLANK BLANK to make it work.

--blanks--

I've

--feedback--

It's the contraction for I have, indicating possession or experience.


found

--feedback--

It is the past participle of find, used here to indicate discovering or realizing.


ways

--feedback--

It refers to methods or strategies to achieve a goal.

--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
    }
  ]
}