Back to Freecodecamp

Task 38

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

latest1.6 KB
Original Source
<!-- (Audio) Sophie: I did that, but now I'm not sure how to set it up to work with our existing login system. -->

--description--

Listen to the audio and fill in the blanks.

--fillInTheBlank--

--sentence--

I did that, but now I'm not BLANK how to BLANK it up to work with our BLANK login system.

--blanks--

sure

--feedback--

It means being confident or having no doubt about something.


set

--feedback--

It refers to arranging or putting something in a particular state or configuration.


existing

--feedback--

It describes something that is already present or currently in place.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 17.88,
      "finishTimestamp": 22.24
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.3,
      "dialogue": {
        "text": "I did that, but now I'm not sure how to set it up",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3.3,
      "finishTime": 5.36,
      "dialogue": {
        "text": "to work with our existing login system.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.86
    }
  ]
}