Back to Freecodecamp

Task 38

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

latest1.5 KB
Original Source
<!-- (Audio) Sarah: Yes, I have. Setting up the environment can be a bit tricky initially. -->

--description--

Please answer the question below.

--questions--

--text--

According to Sarah, how easy is it to set up a new environment?

--answers--

Extremely easy and straightforward

--feedback--

Sarah indicates that it can be somewhat challenging, not extremely easy.


Somewhat difficult, especially at the start


Usually very complicated and time-consuming

--feedback--

While tricky, Sarah doesn't imply that it's usually very complicated or extremely time-consuming.


Quite tricky initially

--feedback--

This doesn't align with Sarah saying it's a bit tricky initially.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 16.18,
      "finishTimestamp": 19.78
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.6,
      "dialogue": {
        "text": "Yes, I have. Setting up the environment can be a bit tricky initially.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.1
    }
  ]
}