Back to Freecodecamp

Task 76

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/65a35b30ccc7db44250a72b6.md

latest1.7 KB
Original Source
<!-- (Audio) Lisa: In other fields, it's much more difficult to achieve this stability. -->

--description--

A field refers to an area of study or work, like technology, medicine, or education. For example, I work in the tech field means you work in technology.

To achieve means to successfully reach a goal through effort. Like when you complete a project, you might say, I achieved my goal of building an app.

Lisa is comparing the tech industry to other work areas, noting that it's harder in other areas to find the same kind of stability.

--fillInTheBlank--

--sentence--

In other BLANK, it's much more difficult to BLANK this stability.

--blanks--

fields

--feedback--

This word refers to different areas of work or study. It's plural here because she's talking about more than one area.


achieve

--feedback--

This verb is used to talk about successfully reaching a goal, especially after putting in effort.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 12.16,
      "finishTimestamp": 15.34
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 4.18,
      "dialogue": {
        "text": "In other fields, it's much more difficult to achieve this stability.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 4.68
    }
  ]
}