Back to Freecodecamp

Task 14

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

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

--description--

A small business is typically an independently owned and operated company with relatively few employees.

--questions--

--text--

What is a small business?

--answers--

A very large company

--feedback--

Reflect on the size and scale differences between various types of businesses.


A type of restaurant

--feedback--

Consider the broader range of businesses beyond specific sectors like restaurants.


A small-scale company with a few employees


A nonprofit organization

--feedback--

Think about the primary characteristics that define a small business's scale and operation.

--video-solution--

3

--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
    }
  ]
}