Back to Freecodecamp

Task 24

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

latest1.7 KB
Original Source
<!-- (Audio) Maria: Well, collaborating with our creative team and brainstorming many ideas really inspires me. It's where we generate our best concepts. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

Where does Maria think they can create their best ideas?

--answers--

In a formal meeting

--feedback--

Think about how Maria talks about working together and sharing ideas.


While working alone

--feedback--

Maria mentions enjoying working with others. Does she say she prefers to be alone?


At a creative workshop

--feedback--

Maria talks about a specific group of people she works with. Is it a workshop?


Collaborating with the creative team

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 36.70,
      "finishTimestamp": 43.62
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.78,
      "dialogue": {
        "text": "Well, collaborating with our creative team and brainstorming many ideas really inspires me.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 6.14,
      "finishTime": 7.92,
      "dialogue": {
        "text": "It's where we generate our best concepts.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 8.42
    }
  ]
}