Back to Freecodecamp

Task 37

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: Oh, hi Tom. I'm Sophie. I'm a developer. -->

--description--

Occupations are jobs or professions people have. In conversations, it's common to introduce oneself with their profession.

--questions--

--text--

What is Sophie's profession?

--answers--

A designer

--feedback--

Sophie introduces herself with her job title in the dialogue.


A developer


A manager

--feedback--

Sophie introduces herself with her job title in the dialogue.


A marketer

--feedback--

Sophie introduces herself with her job title in the dialogue.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.2,
      "finishTimestamp": 6.66
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.46,
      "dialogue": {
        "text": "Oh, hi Tom. I'm Sophie. I'm a developer.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.96
    }
  ]
}