Back to Freecodecamp

Task 24

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

latest2.4 KB
Original Source
<!-- (Audio) James: What's next in your routine? Sarah: Well, after that, I have a balanced breakfast. I often have cereal with some fruit and a glass of orange juice. Breakfast is important to keep my energy up during the morning. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

James: What's next in your routine?

Sarah: Well, BLANK that, I have a balanced breakfast. I often have cereal with some fruit and a glass of orange BLANK. Breakfast is important to BLANK my energy BLANK during the morning.

--blanks--

after

--feedback--

This word is the opposite of before.


juice

--feedback--

It's a drink made from fruit or vegetables.


keep

--feedback--

This verb is used to express maintaining or continuing a state.


up

--feedback--

This preposition is used with keep to mean maintaining a high level of energy.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "James",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      },
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 37.40,
      "finishTimestamp": 47.82
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.36,
      "dialogue": {
        "text": "What's next in your routine?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 3.10
    },
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 3.10
    },
    {
      "character": "Sarah",
      "startTime": 3.20,
      "finishTime":8.46,
      "dialogue": {
        "text": "Well, after that, I have a balanced breakfast. I often have cereal with some fruit and a glass of orange juice.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 8.9,
      "finishTime": 11.42,
      "dialogue": {
        "text": "Breakfast is important to keep my energy up during the morning.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 11.92
    }
  ]
}