Back to Freecodecamp

Task 61

curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/662350dc387cd3f81989ba51.md

latest1.8 KB
Original Source
<!-- (Audio) Sophie: I see. So, if I notice anything unusual, I should try to find the source of the problem, right? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Sophie's plan if she encounters an unusual issue in her work?

--answers--

To immediately report the issue without investigating

--feedback--

Sophie indicates a willingness to try to find the source of the problem herself, not just to report it.


To ignore the issue as it might not be significant

--feedback--

Sophie expresses an intention to find the source of the problem, not to ignore it.


To find the source of the problem herself


To wait for someone else to notice the issue

--feedback--

Sophie plans to take action herself upon noticing the issue, not wait for others.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 34.62,
      "finishTimestamp": 39.36
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.44,
      "dialogue": {
        "text": "I see. So if I notice anything unusual,",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3.56,
      "finishTime": 5.74,
      "dialogue": {
        "text": "I should try to find the source of the problem, right?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.24
    }
  ]
}