Back to Freecodecamp

Task 143

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f65ddd5166b51a43cb35ac.md

latest1.7 KB
Original Source
<!-- (audio) Alice: That sounds great. The developers should also have a chance to ask questions and discuss common challenges. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That sounds great. The developers should also have a chance to ask questions and discuss BLANK.

--blanks--

common challenges

--feedback--

This two-word phrase means problems that many people face in the same situation.

--explanation--

Common challenges are difficulties or issues that many people experience. For example:

  • Time management is one of the common challenges at work. - A lot of people have trouble finishing tasks on time.

  • Remote work has its own common challenges. - Working from home can bring typical problems, like bad internet or feeling alone.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-3.mp3",
      "startTime": 1,
      "startTimestamp": 56.5,
      "finishTimestamp": 61.8
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 6.4,
      "dialogue": {
        "text": "That sounds great. The developers should also have a chance to ask questions and discuss common challenges.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.9
    }
  ]
}