Back to Freecodecamp

Task 113

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/678558730bb1c36b924b8b4c.md

latest1.6 KB
Original Source
<!-- (Audio) Lisa: Do you think they can fix their money problems? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Do you think they can BLANK their money problems?

--blanks--

fix

--feedback--

This verb means to repair or resolve an issue.

--explanation--

Fix means to repair, solve, or make something right. It is commonly used to refer to resolving problems or making improvements. For example:

  • The IT team fixed the software bug. - They resolved the issue to ensure the software worked correctly.

  • He fixed the misunderstanding with his colleague. - He resolved the conflict or confusion.

In the audio, Lisa uses fix to refer to resolving money problems, asking if they can solve their financial difficulties.

--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": 34.88,
      "finishTimestamp": 36.6
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 2.72,
      "dialogue": {
        "text": "Do you think they can fix their money problems?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 3.22
    }
  ]
}