Back to Freecodecamp

Task 29

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e2598996daacf116c5223.md

latest2.2 KB
Original Source
<!-- (audio) Anna: Hi, Tom. Let me tell you what a regular day at our company normally looks like. We start at 9. The first thing to do is log in to your computer and check your emails. -->

--description--

A regular, 8-hour working day in the United States usually goes from 9 AM (nine in the morning, or simply 9) to 5 PM (five in the afternoon, or just 5). It is common to represent this saying you have a 9-to-5 job, meaning your working hours start at 9 and end at 5 every day.

--questions--

--text--

What does 9 refer to in Anna's statement?

--answers--

The time they finish work.

--feedback--

Anna is talking about the start of the day, not the end.


The time they have lunch.

--feedback--

9 is mentioned in the context of starting work, not lunchtime.


The time they start work.


The time they leave for work.

--feedback--

The dialogue specifies this as the starting time of work, not the time of leaving home.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Anna",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 0.74,
      "finishTimestamp": 8.94
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 4.78,
      "dialogue": {
        "text": "Hi, Tom. Let me tell you what a regular day at our company normally looks like.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 5.1,
      "finishTime": 5.9,
      "dialogue": {
        "text": "We start at 9.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 6.12,
      "finishTime": 9.20,
      "dialogue": {
        "text": "The first thing to do is log in to your computer and check your emails.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 9.70
    }
  ]
}