Back to Freecodecamp

Task 66

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

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

--description--

Tom expresses his appreciation to Alice.

--questions--

--text--

Why is Tom thanking Alice?

--answers--

For giving him advice

--feedback--

Consider what Tom specifically mentions making him feel good.


For solving his problems

--feedback--

Think about whether Tom mentions a solution or something else.


For agreeing with him

--feedback--

Reflect on the essence of Tom's gratitude toward Alice.


For listening to him

--video-solution--

4

--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
    }
  ]
}