Back to Freecodecamp

Task 28

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/6581576a14f97b2a2d82c584.md

latest1.4 KB
Original Source
<!-- (Audio) Brian: The problem is encountering many technical issues that slow our progress down. -->

--description--

The phrase slow down means to decrease in speed or reduce the rate of progress. In the dialogue, Brian talks about the challenges they face when their work progresses at a slower pace.

--fillInTheBlank--

--sentence--

The problem is encountering many technical issues that BLANK our progress BLANK.

--blanks--

slow

--feedback--

This word is used to describe a decrease in speed or pace.


down

--feedback--

This adverb complements the phrase to indicate a reduction or decrease in intensity, speed, or amount.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 48.30,
      "finishTimestamp": 52.62
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.32,
      "dialogue": {
        "text": "The problem is encountering many technical issues that slow our progress down.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.82
    }
  ]
}