Back to Freecodecamp

Task 99

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

latest1.4 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 ago is used to talk about past events.

For example, if you say I moved here a year ago, it means that one year has passed since you moved to your current location. It's a way to measure time backwards from the present.

--fillInTheBlank--

--sentence--

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

--blanks--

ago

--feedback--

This word is used to indicate that the event happened in the past.

--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
    }
  ]
}