Back to Freecodecamp

Task 107

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

latest2.4 KB
Original Source
<!-- (audio) Linda: James, what about training? Do we have to attend training sessions regularly? James: Yes, you have to attend the training every year. It helps you stay updated on the latest regulations and best practices. -->

--description--

Attending training sessions in the workplace is important because they help employees learn new skills, understand the latest rules, and improve the way they work. James explains that training also keeps people updated on best practices. Another example:

Attending safety training helps workers prevent accidents. - This shows how training can make the workplace safer and more effective.

--questions--

--text--

Why does James say attending training is important?

--answers--

To meet new friends.

--feedback--

Training is more for learning than socializing.


For fun and entertainment.

--feedback--

The purpose is educational, not just entertainment.


To stay updated on regulations and best practices.


To have longer breaks at work.

--feedback--

Training is for learning, not for extending breaks.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Linda",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      },
      {
        "character": "James",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 54.04,
      "finishTimestamp": 65.04
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 4.66,
      "dialogue": {
        "text": "James, what about training? Do we have to attend training sessions regularly?",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.7
    },
    {
      "character": "James",
      "opacity": 1,
      "startTime": 4.7
    },
    {
      "character": "James",
      "startTime": 5.06,
      "finishTime": 12,
      "dialogue": {
        "text": "Yes, you have to attend the training every year. It helps you stay updated on the latest regulations and best practices.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 12.50
    }
  ]
}