Back to Freecodecamp

Task 58

curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657cdfc400c4130d43bab6e9.md

latest2.0 KB
Original Source
<!-- AUDIO REFERENCE: Lisa: I'm excited to work with all of you and learn from your expertise. -->

--description--

All of you is a phrase used to include every person in a group. For example, I want to thank all of you for coming means thanking every person who came.

Your can refer to something that belongs to either an individual or a group. Understanding the context helps to determine if your is singular or plural:

  • When talking to one person, your refers to something belonging to that individual. For example, Your book is on the table means the book belongs to the individual you're speaking to.

  • When speaking to a group, your can refer to something that belongs to all of them. For example, Your project is impressive means the project belonging to the entire group is impressive.

--fillInTheBlank--

--sentence--

I'm excited to work with BLANK BLANK you and learn from BLANK expertise.

--blanks--

all

--feedback--

This word is used to include everyone in the group.


of

--feedback--

This word helps to link all with you, forming a phrase that refers to the entire group.


your

--feedback--

It indicates possession or relation to the group being addressed.

--scene--

json
{
  "setup": {
    "background": "desk.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 22.60,
      "finishTimestamp": 25.54
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.94,
      "dialogue": {
        "text": "I'm excited to work with all of you and learn from your expertise.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 4.44
    }
  ]
}