Back to Freecodecamp

Task 29

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65b657fea6ef4e81eb9a10fd.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: Word is that she's strict but fair, and she always looks out for the best interests of the team. -->

--description--

The phrase look out for means to watch over and protect someone or something, making sure they are safe or their needs are met. For example, You should look out for your children at the park. means you should make sure your children are safe while you are at the park.

--fillInTheBlank--

--sentence--

Word is that she's strict but fair, and she always BLANK BLANK BLANK the best interests of the team.

--blanks--

looks

--feedback--

This is the first part of a phrase meaning to watch over and protect. You should use its third-person singular form.


out

--feedback--

This part of the phrase indicates watching over.


for

--feedback--

This preposition is used to specify who or what you are protecting or caring for.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 30.92,
      "finishTimestamp": 35.74
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.82,
      "dialogue": {
        "text": "Word is that she's strict but fair, and she always looks out for the best interests of the team.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.32
    }
  ]
}