Back to Freecodecamp

Task 112

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/680bdfca9ec8330826ef4dfc.md

latest1.7 KB
Original Source
<!-- (Audio) Riker: We need to spread our funds more wisely to avoid going over budget. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We need to spread our funds more BLANK to avoid going over budget.

--blanks--

wisely

--feedback--

This means doing something in a smart, careful, and thoughtful way.

--explanation--

Wise is an adjective that describes someone who shows good judgment, experience, and understanding when making decisions.

Wisely, on the other hand, is the adverb form and describes doing something carefully and thoughtfully to get the best results. For example:

  • It's wise to double-check your work before submitting it. – This means it's a smart and careful decision to review the work.

  • She wisely chose to invest her savings in different areas. – This means she made smart and thoughtful decisions with her money.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Riker",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-3.mp3",
      "startTime": 1,
      "startTimestamp": 57.54,
      "finishTimestamp": 60.84
    }
  },
  "commands": [
    {
      "character": "Riker",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Riker",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "We need to spread our funds more wisely to avoid going over budget.",
        "align": "center"
      }
    },
    {
      "character": "Riker",
      "opacity": 0,
      "startTime": 4.8
    }
  ]
}