Back to Freecodecamp

Task 25

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

latest2.0 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 health issues that result from BLANK BLANK and make remote work more enjoyable.

--blanks--

bad

--feedback--

This word means poor or harmful. It is the opposite of good.


posture

--feedback--

This word refers to the way someone sits or stands.

--explanation--

Bad posture refers to sitting or standing in a way that is not healthy for the body. For example:

  • Bad posture can cause neck and back pain over time. - Sitting incorrectly for long periods can lead to pain and discomfort.

  • Adjusting your desk height can prevent bad posture. - Changing the desk setup can help maintain a healthier sitting position.

Good furniture can help improve posture and prevent these 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
    }
  ]
}