Back to Freecodecamp

Task 21

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/66251b9ca21e8a4f232af061.md

latest2.1 KB
Original Source
<!-- (Audio) Sophie: I haven't done that much, but it sounds like a great idea. I'll keep that in mind. Do you have any preferred resources for diving deep into optimization techniques? -->

--description--

Please answer the question below.

--questions--

--text--

What does Sophie say about her experience collaborating with others to solve problems?

--answers--

She hasn't done much of it but is open to the idea.


She has extensive experience collaborating.

--feedback--

Sophie indicates that she hasn't done much collaboration, not that she has extensive experience.


She prefers to work alone and avoid collaboration.

--feedback--

Sophie expresses openness to the idea of collaboration, not a preference for working alone.


She finds collaboration unnecessary.

--feedback--

Sophie seems to like the idea of collaboration, not finding it unnecessary.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 54.02,
      "finishTimestamp": 62.2
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.68,
      "dialogue": {
        "text": "I haven't done that much, but it sounds like a great idea.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3.86,
      "finishTime": 4.88,
      "dialogue": {
        "text": "I'll keep that in mind.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 5.34,
      "finishTime": 9.18,
      "dialogue": {
        "text": "Do you have any preferred resources for diving deep into optimization techniques?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 9.68
    }
  ]
}