Back to Freecodecamp

Task 71

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

latest1.5 KB
Original Source
<!-- (audio) Jake: It's essential to ensure everything is secure. -->

--description--

Interpreting and understanding a dialogue involves having an idea of the roles, responsibilities, and nuances of conversation. This includes grasping specific terms used, the obligations expressed, and the overall context of the job being discussed.

--questions--

--text--

What is Jake's main role in his job?

--answers--

Cooking for employees.

--feedback--

Cooking is not mentioned as part of his security duties.


Organizing office parties.

--feedback--

Office parties are unrelated to his role.


Ensuring security and safety.


Managing the company finances.

--feedback--

Financial management is not part of his security role.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Jake",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 30.18,
      "finishTimestamp": 32.78
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.60,
      "dialogue": {
        "text": "It's essential to ensure everything is secure.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.10
    }
  ]
}