Back to Freecodecamp

Task 90

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

latest1.6 KB
Original Source
<!-- (Audio) Lisa: Yeah. Also, the satisfaction of solving complex problems and finding practical solutions is really thrilling. -->

--description--

Lisa talks about her feelings when she solves difficult problems and comes up with real, workable answers.

--questions--

--text--

How does Lisa feel after solving complex problems and finding practical solutions?

--answers--

She feels bored

--feedback--

Think about what thrilling means and if it matches with feeling bored.


She feels thrilled


She feels confused

--feedback--

Consider if solving problems and finding solutions would make her feel confused.


She feels tired

--feedback--

Reflect on the word satisfaction and if it suggests feeling tired.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 43.10,
      "finishTimestamp": 48.68
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 6.58,
      "dialogue": {
        "text": "Yeah. Also, the satisfaction of solving complex problems and finding practical solutions is really thrilling.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 7.08
    }
  ]
}