Back to Freecodecamp

Task 48

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

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

--description--

Danger is a situation when something bad can happen to you or where you put your life in risk. You can say that in situations like these, you are in danger. For example:

He was in danger during the storm. - He could get hurt because of the bad weather.

--fillInTheBlank--

--sentence--

So, Jake! How's working in BLANK? Do you deal with any BLANK?

--blanks--

security

--feedback--

It's a field focused on protecting people and property.


danger

--feedback--

This noun refers to the possibility of harm or risk.

--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
    }
  ]
}