Back to Freecodecamp

Task 75

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

latest1.4 KB
Original Source
<!-- (audio) James: Hey, Linda. Today, I want to talk to you about compliance and the obligations we have in our daily tasks. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What is James planning to discuss with Linda?

--answers--

Planning a holiday.

--feedback--

James's discussion is about work, not holidays.


Personal weekend plans.

--feedback--

It focuses on job responsibilities, not personal plans.


Going out for lunch.

--feedback--

The conversation is about work duties, not lunch.


Compliance and obligations.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "James",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 7.40
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 8.40,
      "dialogue": {
        "text": "Hey, Linda. Today, I want to talk to you about compliance and the obligations we have in our daily tasks.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 8.90
    }
  ]
}