Back to Freecodecamp

Task 30

curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/6620e5c0b65d6913e1d94e8a.md

latest1.7 KB
Original Source
<!-- (Audio) Tom: Thanks. And great tips, by the way. I'll make those suggested changes and submit the code again. -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

Thanks. And great BLANK, by the way. I'll make those BLANK changes and BLANK the code BLANK.

--blanks--

tips

--feedback--

They are pieces of advice or suggestions that can help improve something.


suggested

--feedback--

It refers to the recommendations or advice that were given.


submit

--feedback--

It means to present or send something (like code) for review or consideration.


again

--feedback--

It implies doing something another time or repeating an action.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 63.22,
      "finishTimestamp": 68.72
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.22,
      "dialogue": {
        "text": "Thanks. And great tips, by the way.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 3.58,
      "finishTime": 6.5,
      "dialogue": {
        "text": "I'll make those suggested changes and submit the code again.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7
    }
  ]
}