Back to Freecodecamp

Task 132

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

latest1.3 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: Oh, look who's here! Hey, Brian. How is everything? -->

--description--

How is everything? is a way to ask someone how they are and how things are going in their life.

--questions--

--text--

What does How is everything? mean?

--answers--

How is your health?

--feedback--

It's not just about health.


How is your work?

--feedback--

It's not just about work.


How is your life?


How is your family?

--feedback--

It's not just about family.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.02
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.52,
      "dialogue": {
        "text": "Oh, look who's here! Hey, Brian. How is everything?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.02
    }
  ]
}