Back to Freecodecamp

Task 5

curriculum/challenges/english/blocks/learn-how-to-analyze-code-documentation/660683e649f8fa8bbd5baac5.md

latest1.1 KB
Original Source
<!-- (Audio) Sophie: Okay, and what should I do next? -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

Okay, and what BLANK I do next?

--blanks--

should

--feedback--

It is used here to ask for advice or a recommendation about the next step to take.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 14.76,
      "finishTimestamp": 16.36
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.6,
      "dialogue": {
        "text": "Okay, and what should I do next?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.1
    }
  ]
}