Back to Freecodecamp

Task 50

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/6625d9508854008334d44831.md

latest1.4 KB
Original Source
<!-- (Audio) Also, have you ever joined online tech forums or communities? -->

--description--

To join in this context means to become a member of a group or to participate in an activity. For instance, joining a book club means becoming a part of that group.

--fillInTheBlank--

--sentence--

Also, have you ever BLANK online tech forums or BLANK?

--blanks--

joined

--feedback--

This word means to become a member or part of a group.


communities

--feedback--

This word refers to groups of people with shared interests, often found online.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 51.46,
      "finishTimestamp": 54.96
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.5,
      "dialogue": {
        "text": "Also, have you ever joined online tech forums or communities?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5
    }
  ]
}