Back to Freecodecamp

Task 98

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65daa8143ae77767ad914ba4.md

latest1.6 KB
Original Source
<!-- (Audio) Sophie: I also don't want to neglect my health, so two months ago I started jogging regularly. -->

--description--

The word neglect means to not give enough care or attention to something or someone. When you neglect something, you ignore or don't look after it well.

For example, if you don't eat healthy food or exercise, you might be neglecting your health.

--fillInTheBlank--

--sentence--

I also don't want to BLANK BLANK BLANK, so two months ago I started jogging regularly.

--blanks--

neglect

--feedback--

This word means to ignore or not give enough care to something.


my

--feedback--

This word shows ownership or that something belongs to the speaker.


health

--feedback--

It means the general condition of the body and how well it works.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 16.40,
      "finishTimestamp": 20.44
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.04,
      "dialogue": {
        "text": "I also don't want to neglect my health, so two months ago I started jogging regularly.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.54
    }
  ]
}