Back to Freecodecamp

Task 74

curriculum/challenges/english/blocks/learn-how-to-discuss-your-morning-or-evening-routine/655a8d7c939fcf37604516e4.md

latest2.8 KB
Original Source
<!-- (Audio) Jake: How about bedtime? Sarah: Keep a consistent bedtime routine for your kids. Read them a bedtime story or talk to them about nice, calm things at bedtime. This helps them relax and gives you some quiet time after they go to sleep. -->

--description--

Bedtime refers to the time at which someone usually goes to bed. It's often associated with routines that help people, especially children, prepare for sleep. For example:

Their bedtime is at 8, and they always read for a few minutes before turning off the lights. - Here, bedtime means the fixed time when they usually go to bed, and the sentence also shows part of their nightly routine.

--fillInTheBlank--

--sentence--

Jake: How about bedtime?

Sarah: Keep a consistent bedtime routine for BLANK kids. Read them a bedtime story or talk to BLANK about nice, calm things at bedtime. This helps BLANK relax and gives you some quiet time after BLANK go to sleep.

--blanks--

your

--feedback--

It's the possessive adjective of you.


them

--feedback--

This word refers to the kids but as the object of the action.


them

--feedback--

This word refers to the kids but as the object of the action.


they

--feedback--

This pronoun refers to the children.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Jake",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      },
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 53.98,
      "finishTimestamp": 66.02
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2,
      "dialogue": {
        "text": "How about bedtime?",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 2
    },
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 2
    },
    {
      "character": "Sarah",
      "startTime": 2,
      "finishTime": 9.26,
      "dialogue": {
        "text": "Keep a consistent bedtime routine for your kids. Read them a bedtime story or talk to them about nice, calm things at bedtime.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 9.72,
      "finishTime": 13.04,
      "dialogue": {
        "text": "This helps them relax and gives you some quiet time after they go to sleep.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 13.54
    }
  ]
}