Back to Freecodecamp

Task 10

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/661218bc905fb61c898221b4.md

latest1.5 KB
Original Source
<!-- (Audio) Sarah: That's wonderful to hear. It sounds like we have achieved a lot this week. -->

--description--

Wonderful means something is very good or pleasant. It's often used to express happiness or satisfaction, like when someone says, The news is wonderful!

--fillInTheBlank--

--sentence--

That's BLANK to hear. It sounds like we have BLANK a lot this week.

--blanks--

wonderful

--feedback--

It is used here to express happiness or satisfaction about the news or information received.


achieved

--feedback--

It refers to successfully completing or reaching a goal, in this case, the team's accomplishments for the week.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 42.78,
      "finishTimestamp": 46.3
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.52,
      "dialogue": {
        "text": "That's wonderful to hear. It sounds like we have achieved a lot this week.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.02
    }
  ]
}