Back to Freecodecamp

Task 40

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/6612797faf03663ef83f4459.md

latest1.5 KB
Original Source
<!-- (Audio) Sarah: Way to go! It looks like we're making great progress. -->

--description--

Way to go is an informal way of congratulating someone or showing approval for their success or progress. It's like saying "well done" or "good job".

For example, in a work context, if a team member completes a challenging task, you might say, Way to go on finishing that report!

--fillInTheBlank--

--sentence--

BLANK to go! It looks like BLANK making great progress.

--blanks--

Way

--feedback--

It is used here as part of an expression of congratulations or approval for good work or progress. This word is capitalized.


we're

--feedback--

It is a contraction of we are, indicating the ongoing action of making progress by the team.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 37.08,
      "finishTimestamp": 39.62
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.54,
      "dialogue": {
        "text": "Way to go. It looks like we're making great progress.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.04
    }
  ]
}