Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/learn-how-to-express-disagreement/67a9e4fd6cc3ad082d69e473.md

latest2.3 KB
Original Source
<!-- (Audio) Bob: Anna, I've been reviewing the survey results for the remote work stipend. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What survey results has Bob been reviewing?

--answers--

Employee satisfaction with office snacks.

--feedback--

Bob isn't reviewing survey results related to office snacks.


The remote work stipend.


The company's hiring process.

--feedback--

Bob does not mention anything about hiring.


Team productivity during meetings.

--feedback--

Bob does not mention meetings or productivity.

--video-solution--

2

--explanation--

Remote work means working from a location outside of a traditional office, such as from home, a co-working space, or another place with internet access.

A stipend is a fixed amount of money given to cover certain expenses. Unlike a salary, a stipend is usually meant for specific costs, such as education, travel, or work-related expenses.

A remote work stipend is a financial benefit given to employees to help cover expenses related to working from home. This can include internet costs, office supplies, furniture, or other work-related needs. For example:

  • Employees receive a monthly remote work stipend to cover expenses like electricity and Wi-Fi. - Workers get extra money every month to help pay for home office costs.

  • My remote work stipend helped me buy a better monitor for my setup. - The speaker used the company-provided money to improve their work-from-home setup.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.16
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.16,
      "dialogue": {
        "text": "Anna, I've been reviewing the survey results for the remote work stipend.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.66
    }
  ]
}