Back to Freecodecamp

Task 37

curriculum/challenges/english/blocks/learn-how-to-ask-and-share-about-educational-and-professional-background/65f230854698ec8c68b67fa4.md

latest1.3 KB
Original Source
<!-- (Audio) Sophie: Hey! Yeah, I joined the team a few months ago. -->

--description--

To join is used when you become a part of a group, team, or organization. For example:

I joined the basketball team. - This means you became a member of the basketball team.

--fillInTheBlank--

--sentence--

Hey! Yeah, I BLANK the team a BLANK months ago.

--blanks--

joined

--feedback--

This verb means to become a part of something. It ends in -ed.


few

--feedback--

This word is used to describe a small number of something. In this context, it refers to a small number of months.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 6.06,
      "finishTimestamp": 8.30
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.24,
      "dialogue": {
        "text": "Hey! Yeah, I joined the team a few months ago.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.74
    }
  ]
}