Back to Freecodecamp

Task 62

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

latest1.4 KB
Original Source
<!-- (Audio) Maria: All the time. Merging can be tricky. -->

--description--

Maria is responding to Tom's question about merging branches.

--questions--

--text--

How often does Maria merge branches?

--answers--

All the time


Rarely

--feedback--

Maria indicates she does it frequently.


Never as she avoids merging

--feedback--

Maria says All the time, implying she does merge branches, not that she avoids it.


Only when it's absolutely necessary

--feedback--

Her response suggests she merges branches regularly, not just in specific situations.

--video-solution--

1

--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": 12.7
    }
  },
  "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",
      "opacity": 0,
      "startTime": 3.5
    }
  ]
}