Back to Freecodecamp

Task 54

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

latest1.6 KB
Original Source
<!-- (Audio) Sarah: They can help people invent new medicines. -->

--description--

Invent means to create something new that nobody has made before. It can be a new tool, machine, or way of doing something. People invent things to solve problems or make life easier. Example: Alexander Graham Bell invented the telephone.

Medicine is something you take to help you feel better when you are sick. It can be a pill, a liquid, or a cream. Doctors tell you what medicine to use to get well. Example: I take medicine for my headaches.

--fillInTheBlank--

--sentence--

They can help people BLANK new BLANK.

--blanks--

invent

--feedback--

The word for creating something new.


medicines

--feedback--

Substances you take to feel better when you are sick. Use it in the plural.

--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": 23.3,
      "finishTimestamp": 25.32
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.02,
      "dialogue": {
        "text": "They can help people invent new medicines.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.52
    }
  ]
}