Back to Freecodecamp

Task 10

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

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

--description--

Develop means to make or create something, especially something new. For example, someone might develop a new game or a website.

Mobile means something that can be moved or used on the go, like mobile phones or tablets. An app is short for application, a type of software designed to perform a specific task.

So, mobile apps are applications specifically created to run on mobile devices. These apps can do many things, like help you shop, learn a new language, or play games.

--fillInTheBlank--

--sentence--

In my previous job, I developed BLANK BLANK for small businesses.

--blanks--

mobile

--feedback--

This word describes things that can be used while moving around, like smartphones.


apps

--feedback--

This word is short for applications, which are types of software for specific tasks or uses. This word is in the plural, try to add -s to the end of the word.

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