Back to Freecodecamp

Task 24

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

latest2.1 KB
Original Source
<!-- (Audio) Maria: Of course! Have you tried watching the tutorial videos? David: I did, but I'm still a bit confused. -->

--description--

David responds to Maria's suggestion about watching tutorial videos.

--questions--

--text--

Did David watch the tutorial videos, and what was the result?

--answers--

He didn't watch them and remains confused.

--feedback--

David mentions that he did watch the videos.


He watched them and now understands everything.

--feedback--

David indicates that he is still confused despite watching the videos.


He watched the videos but is still a bit confused.


He watched them and found them unhelpful.

--feedback--

While he is still confused, David doesn't comment on the helpfulness of the videos.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      },
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.86,
      "finishTimestamp": 10.1
    }
  },
  "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": 3.8
    },
    {
      "background": "cafe.png",
      "character": "David",
      "opacity": 1,
      "startTime": 3.8
    },
    {
      "character": "David",
      "startTime": 4.1,
      "finishTime": 6.24,
      "dialogue": {
        "text": "I did, but I'm still a bit confused.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 6.74
    }
  ]
}