Back to Freecodecamp

Task 27

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

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

--description--

To encounter means to find something by chance that you were not expecting. Like when you say, I encountered a cat on my way home, it means you saw a cat unexpectedly. Brian is talking about having unexpected problems at work.

Listen and fill in the missing words about the problems Brian talks about that make their work difficult.

--fillInTheBlank--

--sentence--

The problem is BLANK many BLANK issues that slow our progress down.

--blanks--

encountering

--feedback--

This word means to find something or someone without planning to, especially problems. It ends with -ing.


technical

--feedback--

This word is used for problems with machines or computers that need special knowledge to understand or fix.

--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
    }
  ]
}