Back to Freecodecamp

Task 146

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66c62b7398e5db27b171ad1e.md

latest1.3 KB
Original Source
<!-- Audio Reference: Tom: Yes, please. That would be great. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, please. That BLANK great.

--blanks--

would be

--feedback--

These two words together express possibility showing that the offer is appreciated.

--explanation--

That would be great is often used to show appreciation when someone offers help or a favor. For example:

  • Would you like some help with your project?

  • Yes, that would be great. - The person is happy to receive the help.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-3.mp3",
      "startTime": 1,
      "startTimestamp": 57.88,
      "finishTimestamp": 59.8
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.92,
      "dialogue": {
        "text": "Yes, please. That would be great.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.42
    }
  ]
}