Back to Freecodecamp

Task 24

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

latest2.1 KB
Original Source
<!-- (Audio) Bob: True, but good office furniture can help prevent health issues that result from bad posture and make remote work more enjoyable. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

True, but good office furniture can help prevent BLANK BLANK that result from bad posture and make remote work more enjoyable.

--blanks--

health

--feedback--

This word relates to a person's physical well-being.


issues

--feedback--

This word means problems or difficulties.

--explanation--

Health issues refers to medical problems that can affect a person's well-being. It can cause physical discomfort, such as back or neck pain, which impacts work and overall health. For example:

  • Sitting too long at a desk can lead to health issues. - Staying in one position for too long can cause back pain or other problems.

  • Work-related stress can contribute to mental health issues. - Too much stress at work can lead to anxiety or other mental health problems.

--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": 40.3,
      "finishTimestamp": 47.34
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.22,
      "dialogue": {
        "text": "True, but good office furniture can prevent health issues",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.22,
      "finishTime": 8.04,
      "dialogue": {
        "text": "that result from bad posture and make remote work more enjoyable.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 8.54
    }
  ]
}