Back to Freecodecamp

Task 102

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

latest1.4 KB
Original Source
<!-- (Audio) Sophie: It helps me relax and stay fit. -->

--description--

The phrase stay fit means to keep in good health, especially through physical exercise.

When stay is followed by an adjective, it describes continuing to be in a certain state, condition, or situation.

Examples:

Stay calm means to continue being calm without becoming upset.

Stay happy means keeping a happy mood.

--fillInTheBlank--

--sentence--

It helps me relax and BLANK BLANK.

--blanks--

stay

--feedback--

This word describes continuing to be in a certain state.


fit

--feedback--

This adjective describes being in good health, especially because of regular physical exercise.

--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": 20.80,
      "finishTimestamp": 22.38
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.58,
      "dialogue": {
        "text": "It helps me relax and stay fit.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.08
    }
  ]
}