Back to Freecodecamp

Task 78

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

latest2.3 KB
Original Source
<!-- (Audio) Lisa: One of my main motivations was the financial stability that tech jobs can provide. It allows me to plan for my future with confidence. In other fields, it's much more difficult to achieve this stability. -->

--description--

The words much and many are used to talk about quantity.

Much is used with uncountable nouns, like much work, and many is used with countable nouns, like many open tickets.

--questions--

--text--

What is the comparison Lisa makes between the tech field and other fields?

--answers--

Tech jobs are more creatively fulfilling than other fields

--feedback--

Think about whether Lisa's comparison focuses on creativity or another aspect.


Tech jobs offer more financial stability than other fields


Tech jobs require more hours than other fields

--feedback--

Consider what aspect of tech jobs Lisa highlights as a positive comparison.


Tech jobs are more socially engaging than other fields

--feedback--

Reflect on Lisa's statement about what makes tech jobs stand out for her.

--video-solution--

2

--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": 4.82,
      "finishTimestamp": 15.34
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 5.2,
      "dialogue": {
        "text": "One of my main motivations was the financial stability that tech jobs can provide.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 5.66,
      "finishTime": 8.08,
      "dialogue": {
        "text": "It allows me to plan for my future with confidence.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 8.54,
      "finishTime": 11.32,
      "dialogue": {
        "text": "In other fields, it's much more difficult to achieve this stability.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 11.82
    }
  ]
}