Back to Freecodecamp

Task 118

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/67861f274572b9727bc11ee6.md

latest1.8 KB
Original Source
<!-- (Audio) Lisa: I hope they do. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Lisa think about TechCorp going out of business?

--answers--

She is certain they will get new investors.

--feedback--

Lisa uses hope, which expresses a desire or wish, not certainty.


She doesn't care if they get new investors.

--feedback--

Saying I hope they do shows she cares about the outcome.


She wants them to succeed in getting new investors.


She believes they won't get new investors.

--feedback--

Lisa's statement expresses positivity and desire for success, not disbelief.

--video-solution--

3

--explanation--

Lisa's phrase, I hope they do, expresses a desire or wish for a positive outcome — in this case, that TechCorp succeed in getting new investors. Examples of expressing hope:

  • I hope she gets the job she applied for. - Wishing for her success in job hunting.

  • I hope we can finish the project on time. - Expressing a wish to meet the deadline.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-3.mp3",
      "startTime": 1,
      "startTimestamp": 42.6,
      "finishTimestamp": 43.28
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 1.68,
      "dialogue": {
        "text": "I hope they do.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 2.18
    }
  ]
}