Back to Freecodecamp

Task 33

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/65fc9ab3635ebc6d167f86e6.md

latest1.4 KB
Original Source
<!-- (Audio) Maria: Yeah, technical glitches are complicated and there's not much we can do other than try to solve them. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Maria say they can do when they face technical glitches?

--answers--

Ignore them

--feedback--

Think about whether ignoring problems would be helpful.


Try to solve them


Ask for a new computer

--feedback--

Consider if Maria suggests getting new equipment as a solution.


Take a break

--feedback--

Reflect on whether taking a break is mentioned as a way to deal with glitches.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 55.34,
      "finishTimestamp": 60.16
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.82,
      "dialogue": {
        "text": "Yeah, technical glitches are complicated and there's not much we can do other than try to solve them.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.32
    }
  ]
}