Back to Freecodecamp

Task 60

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

latest2.6 KB
Original Source
<!-- (Audio) James: Is it hard to understand how quantum computers work? Sarah: They may seem complicated, but there are lots of simple videos that can help you understand the basic ideas. -->

--description--

Remember: if you don't want to affirm something - maybe because you are not 100% sure that it is true - you can soften the sentence by using may before the verb. Instead of saying she is faster than you, you can say she may be faster than you. This makes it sound like a strong probability, not something you know it is correct.

--questions--

--text--

Why is James asking Sarah if quantum computers are hard to understand?

--answers--

Because he wants to buy a quantum computer

--feedback--

You don't know that for sure. He may want something different.


He just wanted a topic so he could talk to Sarah

--feedback--

If you don't know the context, it is best not to affirm something as being 100% sure.


He may be curious about quantum computers and he may want to learn more about them


He wants to invent a new medicine or study molecules and drugs

--feedback--

He may want that, but that is not necessarily true. We can't be 100% sure of that.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 30.94,
      "finishTimestamp": 39.18
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.54,
      "dialogue": {
        "text": "Is it hard to understand how quantum computers work?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 3.97
    },
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 3.97
    },
    {
      "character": "Sarah",
      "startTime": 4.4,
      "finishTime": 9.24,
      "dialogue": {
        "text": "They may seem complicated, but there are lots of simple videos that can help you understand the basic ideas.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 9.74
    }
  ]
}