Back to Freecodecamp

Task 44

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

latest1.5 KB
Original Source
<!-- (Audio) James: Sarah, have you heard about Quantum Computing? -->

--description--

Quantum Computing is the kind of computing performed by a type of super-fast computer that can solve problems much quicker than regular computers. It uses special techniques from quantum physics to do this.

Listen to the sentence and fill in the blanks.

--fillInTheBlank--

--sentence--

Sarah, have you heard about BLANK BLANK?

--blanks--

Quantum

--feedback--

A word from physics that describes things at a really tiny level, like atoms and particles. Use capitalization here.


Computing

--feedback--

The process of using computers to do tasks, like solving problems, storing information, or sending messages. Use capitalization here.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 2.42
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.42,
      "dialogue": {
        "text": "Sarah, have you heard about Quantum Computing?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 3.92
    }
  ]
}