Back to Freecodecamp

Task 22

curriculum/challenges/english/blocks/learn-how-to-provide-explanations-when-helping-others/66263852d4e9534b53c82e2e.md

latest1.2 KB
Original Source
<!-- (Audio) Maria: Of course! Have you tried watching the tutorial videos? -->

--description--

Fill in the blanks in the dialogue below.

--fillInTheBlank--

--sentence--

Of course! BLANK you tried BLANK the tutorial videos?

--blanks--

Have

--feedback--

It indicates questioning past actions or experiences.


watching

--feedback--

It refers to the act of looking at or observing something, such as videos.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.86,
      "finishTimestamp": 7.36
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.5,
      "dialogue": {
        "text": "Of course. Have you tried watching the tutorial videos?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4
    }
  ]
}