Back to Freecodecamp

Task 4

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

latest1.8 KB
Original Source
<!-- AUDIO REFERENCE: Alice: I'm a programmer and I love creating software that helps people in their daily activities. -->

--description--

Many professions are named by adding -er to the end of a word that describes what the person does.

For example, a programmer is someone who programs, a developer is someone who develops software or systems. Another example is a designer, who is a person that designs websites, graphics, or products.

By adding -er to a verb, you create a noun that describes a person's job. It doesn't apply to all professions but you'll see this pattern in many.

--fillInTheBlank--

--sentence--

I'm a BLANK and I love creating BLANK that helps people in their daily activities.

--blanks--

programmer

--feedback--

Program is a word that ends in consonant, vowel, consonant (-ram). In those cases what you want to do is to repeat the last consonant, in this case m, and add -er.


software

--feedback--

This word refers to the programs and other operating information used by a computer.

--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": 4.44,
      "finishTimestamp": 8.60
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.16,
      "dialogue": {
        "text": "I'm a programmer and I love creating software that helps people in their daily activities.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.66
    }
  ]
}