Back to Freecodecamp

Task 53

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

latest1.5 KB
Original Source
<!-- (Audio) Expert: Yes. Don't start your day by checking your phone or emails immediately. -->

--description--

The adverb immediately means without delay or right away. It's used to emphasize the urgency or the need to do something at once. For example:

This issue has to be fixed immediately. - This means the problem must be solved right away, without waiting or delay.

--fillInTheBlank--

--sentence--

Yes. BLANK start your day by checking your phone or emails BLANK.

--blanks--

Don't

--feedback--

This word is used to tell someone not to do something. The first letter is capitalized.


immediately

--feedback--

This adverb means to do something right away or without any delay.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Expert",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 43.42,
      "finishTimestamp": 47.06
    }
  },
  "commands": [
    {
      "character": "Expert",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Expert",
      "startTime": 1,
      "finishTime": 4.64,
      "dialogue": {
        "text": "Yes. Don't start your day by checking your phone or emails immediately.",
        "align": "center"
      }
    },
    {
      "character": "Expert",
      "opacity": 0,
      "startTime": 5.14
    }
  ]
}