Back to Freecodecamp

Task 35

curriculum/challenges/english/blocks/learn-how-to-talk-about-hobbies-and-interests/657ea950baa4a8c48e39d031.md

latest1.6 KB
Original Source
<!-- (Audio) Jake: Sure! I'd love to. -->

--description--

I would love to is used to express enthusiasm and agreement with a suggested or proposed activity. In affirmative sentences, would is often shortened to 'd, as in I'd love to.

For example, if someone asks you if you want to go to a concert, you can say I'd love to to show that you are very happy about the invitation and really want to go.

--fillInTheBlank--

--sentence--

Sure! BLANK BLANK BLANK.

--blanks--

I'd

--feedback--

This is the contracted form of I would, showing enthusiasm to accept an offer or invitation.


love

--feedback--

This word expresses a strong desire or preference for doing something.


to

--feedback--

This word is used to introduce the infinitive form of the verb that follows, completing the expression of willingness to do something.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Jake",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 41.40,
      "finishTimestamp": 42.74
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.34,
      "dialogue": {
        "text": "Sure! I'd love to.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 2.84
    }
  ]
}