Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/655bdc7e9c4116509df13f34.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: We think it may help people understand them better. I'm using some tools to help me. -->

--description--

To use means to put something to a particular purpose. For example:

She uses a notebook to take notes in class. - This shows how she applies the notebook for writing.

A tool is something that helps you do a job. In work, tools are often software or things on the computer. For example:

Zoom is a tool for online meetings. - In this case, the tool is software that helps people connect and talk.

--fillInTheBlank--

--sentence--

We think it may help people understand them better. I'm BLANK some BLANK to help me.

--blanks--

using

--feedback--

This verb refers to the act of utilizing something for a purpose. It ends in -ing.


tools

--feedback--

This word in the plural form refers to something that helps you do a job.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 16.80,
      "finishTimestamp": 21.66
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.86,
      "dialogue": {
        "text": "We think it may help people understand them better. I'm using some tools to help me.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.36
    }
  ]
}