Back to Freecodecamp

Task 64

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/6625e08130068e98c6c166c6.md

latest1.9 KB
Original Source
<!-- (Audio) Maria: All the time. Merging can be tricky. Let's sit down after the meeting, and I'll walk you through it step by step. -->

--description--

This task is about understanding what Maria is offering to do for Tom in relation to a technical task.

--questions--

--text--

What is Maria suggesting to Tom?

--answers--

To handle merging by himself

--feedback--

Maria offers to help, not suggesting Tom do it alone.


To sit down with her for guidance on merging


To avoid merging until he has more experience

--feedback--

Maria's offer of help implies that she doesn't want Tom to avoid merging.


That she will do the merging for him

--feedback--

Maria suggests guiding Tom, not doing the task for him.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 10.7,
      "finishTimestamp": 16.2
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3,
      "dialogue": {
        "text": "All the time. Merging can be tricky.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 3.5,
      "finishTime": 4.76,
      "dialogue": {
        "text": "Let's sit down after the meeting",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 4.76,
      "finishTime": 6.5,
      "dialogue": {
        "text": "and I'll walk you through it step by step.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 7
    }
  ]
}