Back to Freecodecamp

Task 44

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

latest1.5 KB
Original Source
<!-- (Audio) Alice: Anna is the head of HR, and she has to make sure our company runs smoothly when it comes to HR. -->

--description--

The phrase the head of means someone is in charge or the leader of a particular department or group.

--fillInTheBlank--

--sentence--

Anna is BLANK BLANK BLANK HR, and she has to make sure our company runs smoothly when it comes to HR.

--blanks--

the

--feedback--

This word starts the phrase indicating someone is in charge.


head

--feedback--

This word means the leader or person who is in charge.


of

--feedback--

This preposition connects head to the department or area they lead, in this case, HR.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 19.68,
      "finishTimestamp": 24.16
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.48,
      "dialogue": {
        "text": "Anna is the head of HR and she has to make sure our company runs smoothly when it comes to HR.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.98
    }
  ]
}