Back to Freecodecamp

Task 49

curriculum/challenges/english/blocks/learn-how-to-discuss-popular-trends-in-technology/6619694e433188077c71d7ce.md

latest1.8 KB
Original Source
<!-- (Audio) Sarah: I know a little. Quantum Computing uses special computers to perform calculations extremely quickly. -->

--description--

Normally, what differentiates an adjective from an adverb is the suffix -ly in the end, added to an adjective to create an adverb. Examples: extreme (adjective) x extremely (adverb) / quick (adjective) x quickly (adverb).

Also, know that it is possible to use an adverb like extremely to intensify an adjective or even another adverb. If you say that something happens quickly, it is a fast action. If it is extremely quickly, the action is super fast.

Fill in the blanks according to what Sarah says in the dialogue.

--fillInTheBlank--

--sentence--

I know a little. Quantum Computing uses special computers to perform calculations BLANK BLANK.

--blanks--

extremely

--feedback--

The adverb for extreme. Also used as intensifier to an adjective or to another adverb.


quickly

--feedback--

The adverb for quick.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 6.36,
      "finishTimestamp": 11.44
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.08,
      "dialogue": {
        "text": "I know a little. Quantum Computing uses special computers to perform calculations extremely quickly.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.58
    }
  ]
}