Back to Freecodecamp

Task 27

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/661269c4ccdd4132db7517b8.md

latest1.1 KB
Original Source
<!-- (Audio) Brian: Thanks, Maria. I appreciate your guidance. -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

Thanks, Maria. I appreciate your BLANK.

--blanks--

guidance

--feedback--

In this context, it refers to the advice, support, or direction that Maria has provided to Brian.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 44.5,
      "finishTimestamp": 46.84
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.34,
      "dialogue": {
        "text": "Thanks, Maria. I appreciate your guidance.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.84
    }
  ]
}