Back to Freecodecamp

Task 105

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

latest1.5 KB
Original Source
<!-- (Audio) Brian: Really? That sounds great. I'd love to join you! -->

--description--

I'd love to join is used to express eagerness or willingness to participate in an activity or event. For example:

  • Person 1: There's a workshop on web design tomorrow.

  • Person 2: I'd love to join! - You are eager to attend the workshop.

--fillInTheBlank--

--sentence--

Really? That sounds great. I'd BLANK BLANK BLANK you!

--blanks--

love

--feedback--

This word is often used to express a strong feeling of affection or enjoyment.


to

--feedback--

This preposition connects the verb love with the action that follows, showing what someone would like to do.


join

--feedback--

This word means to become a part of something or to participate in an activity or event.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-5.mp3",
      "startTime": 1,
      "startTimestamp": 17.48,
      "finishTimestamp": 20.44
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.96,
      "dialogue": {
        "text": "Really? That sounds great. I'd love to join you!",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.46
    }
  ]
}