Back to Freecodecamp

Task 95

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657dc45d37cb4a32eae1fd7a.md

latest1.4 KB
Original Source
<!-- (audio) Tom: Good to know. Do the meetings involve everyone on the team? -->

--description--

Try to remember what you have learned about a certain preposition.

--questions--

--text--

What preposition would you use in this sentence: Do the meetings involve everyone BLANK the team?

--answers--

in

--feedback--

In the team is less commonly used and sounds less natural in this context.


on


at

--feedback--

At the team is not grammatically correct for indicating membership.


into

--feedback--

Into the team suggests movement or transition, not belonging.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 30.64,
      "finishTimestamp": 34.44
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.80,
      "dialogue": {
        "text": "Good to know. Do the meetings involve everyone on the team?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.30
    }
  ]
}