Back to Freecodecamp

Task 47

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

latest2.0 KB
Original Source
<!-- (audio) Sophie: So, Jake! How's working in security? Do you deal with any danger? -->

--description--

Understanding questions about job experiences involves knowing key phrases and their meanings. How's is a contraction for how is, commonly used in casual conversation. For example, How's your day? is the same as How is your day?

Security refers to the practice of keeping people and places safe. In a sentence, you might say, He works in security, protecting buildings.

To deal with means to handle or manage something, especially challenges. For example, She deals with client requests at her job.

Danger refers to the possibility of harm or risk. An example sentence could be, Firefighters often face danger in their work.

--questions--

--text--

What is Sophie asking Jake about?

--answers--

The dangers in his job.


His schedule at work.

--feedback--

The question is specifically about the nature of the job, not the schedule.


His favorite security equipment.

--feedback--

Equipment isn't mentioned in Sophie's question.


The location of his workplace.

--feedback--

The question is about job challenges, not the location.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 4.02
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.02,
      "dialogue": {
        "text": "So, Jake! How's working in security? Do you deal with any danger?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.52
    }
  ]
}