Back to Freecodecamp

Task 170

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Jake: Sure. Have a great evening. -->

--description--

Have a great evening is a kind expression wishing someone a pleasant time for the rest of the day, specifically the evening.

Evening is the time of day after afternoon and before night. When someone says Have a great evening, they hope you have a good time during that part of the day.

--questions--

--text--

What does Jake wish for Sarah?

--answers--

A peaceful night.

--feedback--

Jake doesn't talk about the night.


A wonderful meal.

--feedback--

He doesn't talk about food.


A good rest.

--feedback--

There's no mention of rest.


A great evening.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Jake",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 27.46,
      "finishTimestamp": 29.10
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.64,
      "dialogue": {
        "text": "Sure. Have a great evening.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.14
    }
  ]
}