Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/learn-how-to-provide-explanations-when-helping-others/662637b4ae77ed48d6d5ba8d.md

latest1.3 KB
Original Source
<!-- (Audio) David: Hi Maria, I'm having trouble navigating through the new software. Any tips? -->

--description--

Fill in the blanks in the dialogue below.

--fillInTheBlank--

--sentence--

Hi Maria, I'm having BLANK navigating BLANK the new software. Any tips?

--blanks--

trouble

--feedback--

It refers to experiencing difficulty or problems.


through

--feedback--

It means moving in one side and out of the other side of something, often indicating progression.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.22
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 5.22,
      "dialogue": {
        "text": "Hi Maria, I'm having trouble navigating through the new software. Any tips?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 5.72
    }
  ]
}