Back to Freecodecamp

Task 165

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

latest1.3 KB
Original Source
<!-- AUDIO REFERENCE: Jake: Well, it's five o'clock. -->

--description--

Five o'clock is a way of telling time. It refers to 5:00, which can be in the morning (AM) or evening (PM). This conversation happens at the end of the work day so it is fair to assume it is 5PM.

--questions--

--text--

What does five o'clock mean?

--answers--

A time of the day


A person's name

--feedback--

It's not a name.


A place

--feedback--

They are discussing time, not locations.


A type of food

--feedback--

You don't eat time.

--video-solution--

1

--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": 19.1,
      "finishTimestamp": 20.78
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.65,
      "dialogue": {
        "text": "Well, it's five o'clock.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.15
    }
  ]
}