Back to Freecodecamp

Task 79

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/65a35c7b9d642f478d6cabba.md

latest1.2 KB
Original Source
<!-- (Audio) Brian: Financial stability is certainly important, Lisa. -->

--description--

Listen to Brian's response to Lisa and fill in the missing word that shows he strongly agrees with the importance of financial stability.

--fillInTheBlank--

--sentence--

Financial stability is BLANK important, Lisa.

--blanks--

certainly

--feedback--

This adverb is used to emphasize the truth or importance of a statement, showing strong agreement or belief. it ends with ly.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 15.98,
      "finishTimestamp": 18.38
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.40,
      "dialogue": {
        "text": "Financial stability is certainly important, Lisa.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.90
    }
  ]
}