Back to Freecodecamp

Task 30

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

latest2.0 KB
Original Source
<!-- (Audio) Brian: I agree, Maria. Collaboration and creativity are great. The problem is encountering many technical issues that slow our progress down. It is really frustrating. -->

--description--

Sometimes, things at work can make people feel upset or annoyed. Brian talks about what is making him feel this way. Let's see if you can understand what is bothering Brian.

--questions--

--text--

Why is Brian feeling frustrated?

--answers--

Collaborating too much

--feedback--

Think about how Brian feels about working with others.


Being very creative

--feedback--

Consider if creativity is making Brian upset or happy.


Technical problems making work slow


Having too many ideas

--feedback--

Does having many ideas make Brian frustrated, or is it something else?

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 44.28,
      "finishTimestamp": 54.52
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.72,
      "dialogue": {
        "text": "I agree, Maria. Collaboration and creativity are great.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 5.02,
      "finishTime": 9.34,
      "dialogue": {
        "text": "The problem is encountering many technical issues that slow our progress down.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 9.74,
      "finishTime": 11.24,
      "dialogue": {
        "text": "It is really frustrating.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 11.74
    }
  ]
}