Back to Freecodecamp

Task 46

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/6807efe87ed28cc0fee29a42.md

latest1.5 KB
Original Source
<!-- (Audio) James: It should run smoothly, no matter where the user is. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It should run BLANK, no matter where the user is.

--blanks--

smoothly

--feedback--

This means that something operates or functions without problems, interruptions, or delays.

--explanation--

Smoothly means to operate or happen in a way that is easy, without difficulties, or without interruptions.

When something runs smoothly, it functions as expected, efficiently, and without issues. For example:

The event went smoothly without any delays. – This means the event happened without problems or interruptions.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.76,
      "finishTimestamp": 8.06
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "It should run smoothly no matter where the user is.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.8
    }
  ]
}