Back to Freecodecamp

Task 35

curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656a2bfbfc3336274c874bed.md

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Tom: Hi there. I'm Tom. I'm the new graphic designer. -->

--description--

Occupations or professions are roles people have in their jobs. In this dialogue, Tom introduces himself with his profession.

--questions--

--text--

What is Tom's profession?

--answers--

Developer

--feedback--

Tom clearly states his job title after introducing himself.


Manager

--feedback--

Tom clearly states his job title after introducing himself.


Graphic Designer


Engineer

--feedback--

Tom clearly states his job title after introducing himself.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.52
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.15,
      "dialogue": {
        "text": "Hi there. I'm Tom. I'm the new graphic designer.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.65
    }
  ]
}