Back to Freecodecamp

Task 145

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

latest1.5 KB
Original Source
<!-- (Audio) Tom: Thanks for sharing your motivations. I think I'll see if I can find a project to dedicate some spare time to. -->

--description--

Listen to Tom and answer the question.

--questions--

--text--

What will Tom try to do?

--answers--

Start his own company

--feedback--

Think about what Tom specifically mentions about using his time.


Take a long vacation

--feedback--

Consider whether Tom's focus is on relaxation or being proactive.


Find a project for his free time


Learn a new language

--feedback--

Reflect on whether Tom's interest is in language learning or engaging in a project.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 66.68,
      "finishTimestamp": 72.28
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 6.6,
      "dialogue": {
        "text": "Thanks for sharing your motivations. I think I'll see if I can find a project to dedicate some spare time to.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.1
    }
  ]
}