Back to Freecodecamp

Task 65

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

latest1.5 KB
Original Source
<!-- (Audio) Tom: Thanks for listening, by the way. It feels good to talk about these things. -->

--description--

By the way is a phrase used to introduce additional or supplementary information, often as an aside or a casual insertion in a conversation.

--fillInTheBlank--

--sentence--

Thanks for listening, BLANK BLANK BLANK. It feels good to talk about these things.

--blanks--

by

--feedback--

This word starts the phrase that introduces additional information in a casual manner.


the

--feedback--

This word is the middle part of the phrase used to casually introduce new information or change the subject.


way

--feedback--

This word completes the phrase, indicating a casual addition or shift in the conversation.

--scene--

json
{
  "setup": {
    "background": "company2-roof.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 62.00,
      "finishTimestamp": 65.38
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.38,
      "dialogue": {
        "text": "Thanks for listening, by the way. It feels good to talk about these things.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.88
    }
  ]
}