Back to Freecodecamp

Task 52

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

latest2.1 KB
Original Source
<!-- (Audio) Sarah: Quantum computers can also help scientists with research. -->

--description--

A scientist is someone who studies and learns about nature and the world. They ask questions and try to find answers.

Research means trying to find more information about something. You might do research by reading books, looking online, or testing to learn new things. When you talk about scientific research, it normally involves a more formal setting, with regulated conditions.

The word also can be used in substitution to too and can be added in different places in a sentence. Examples: He can play the guitar, but he plays the piano, too. (too is normally added in the end of the sentence, preceded by a comma). He can play the guitar, but he can also play the piano (you can add also before the verb and in the middle of the sentence). These two sentences mean the same.

--fillInTheBlank--

--sentence--

Quantum computers can BLANK help BLANK with BLANK.

--blanks--

also

--feedback--

This word means the same as too, but can be used in other positions in the sentence.


scientists

--feedback--

People who study nature and the world, normally in more strict conditions. Use the plural form.


research

--feedback--

This word means trying to find information about something.

--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": 17.26,
      "finishTimestamp": 19.92
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.66,
      "dialogue": {
        "text": "Quantum computers can also help scientists with research.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.16
    }
  ]
}