Back to Freecodecamp

Task 45

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

latest1.7 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--

Smoothly is an adverb that describes how something happens or is done in a way that is without any problems or stops. It comes from the adjective smooth, which means having a flat, even surface or happening without any sudden changes or difficulties.

For example, when you say The table is smooth, you are talking about the surface being flat and even. If you say The meeting ran smoothly, it means the meeting happened without any problems or stops.

--fillInTheBlank--

--sentence--

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

--blanks--

smoothly

--feedback--

This word describes how Anna must ensure that everything in HR happens without problems or interruptions.

--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
    }
  ]
}