Back to Freecodecamp

Task 22

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

latest1.5 KB
Original Source
<!-- (Audio) Maria: Well, collaborating with our creative team and brainstorming many ideas really inspires me. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

Who does Maria like to collaborate with, and why?

--answers--

With her family, because they give her support

--feedback--

Maria mentioned collaborating with her creative team, not her family.


Alone, because she finds it easier

--feedback--

Maria talks about working with others, not alone.


With the creative team, because it inspires her


With her friends, because they have fun together

--feedback--

Maria refers to her creative team, not her friends, as her collaborators.

--video-solution--

3

--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.50,
      "finishTimestamp": 41.28
    }
  },
  "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",
      "opacity": 0,
      "startTime": 6.28
    }
  ]
}