Back to Freecodecamp

Task 11

curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657b602d5bf54224a94cbfa6.md

latest1.6 KB
Original Source
<!-- AUDIO REFERENCE: Alice: In my previous job, I developed mobile apps for small businesses. -->

--description--

Small means not big, often with fewer employees or less money. For example, She works for a small company.

Large means big, usually with many employees or a lot of money. For example, He got a job at a large corporation.

A business means one company. Many businesses means several companies. Notice how -es was added to the word to make it plural.

--fillInTheBlank--

--sentence--

In my previous job, I developed mobile apps for BLANK BLANK.

--blanks--

small

--feedback--

This word describes the size of the businesses as not very big.


businesses

--feedback--

This word refers to companies or commercial organizations. Use the plural form.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 9.14,
      "finishTimestamp": 12.58
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.44,
      "dialogue": {
        "text": "In my previous job, I developed mobile apps for small businesses.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.94
    }
  ]
}