Back to Freecodecamp

Task 101

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

latest1.7 KB
Original Source
<!-- (Audio) Sophie: Well, why don't you try it? I'm planning to go rafting this weekend. You're welcome to join. -->

--description--

You're welcome to join is used to invite someone politely to take part in an activity or event. It makes the other person feel included and shows that their presence is appreciated. For example:

The design team has a meeting later. You're welcome to join. - You are invited to attend the meeting.

--fillInTheBlank--

--sentence--

Well, why don't you try it? I'm planning to go rafting this weekend. You're BLANK BLANK BLANK.

--blanks--

welcome

--feedback--

This word is often used to express that someone is received with pleasure and approval.


to

--feedback--

This preposition is part of the phrase which introduces the action someone is invited or allowed to do.


join

--feedback--

This word is used to describe the action of participating or becoming involved in an activity or group.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-5.mp3",
      "startTime": 1,
      "startTimestamp": 13.10,
      "finishTimestamp": 17.04
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "Well, why don't you try it? I'm planning to go rafting this weekend. You're welcome to join.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.44
    }
  ]
}