Back to Freecodecamp

Task 48

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

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

--description--

When you use a little, you mean the same as some, a small quantity or amount. It is the opposite of a lot. Example: I know a little about Chemistry. (meaning you understand some of it, but you are not necessarily an expert).

Perform means to do something, like a task or an action. When you perform, you're showing what you can do or completing a job or activity. When singing a song on a stage, solving a math problem, or playing a game, you are performing.

Listen to the dialogue and fill in the blanks.

--fillInTheBlank--

--sentence--

I know a BLANK. Quantum Computing uses special computers to BLANK calculations extremely quickly.

--blanks--

little

--feedback--

Combined with a before it, it means a small amount, not much.


perform

--feedback--

Do something, like singing, dancing, or solving an equation.

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