Back to Freecodecamp

Task 51

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

latest2.1 KB
Original Source
<!-- (Audio) Sarah: Also, have you ever joined online tech forums or communities? Tom: Not yet. Are they helpful? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

Has Tom joined any online tech forums or communities?

--answers--

Yes, he is active in many forums.

--feedback--

Tom's response Not yet indicates that he hasn't joined any such forums or communities.


No, he has not joined any yet.


He only joins forums for special occasions.

--feedback--

Tom makes no mention of joining forums for specific reasons; he simply states he hasn't joined any.


He prefers in-person communities over online ones.

--feedback--

Tom's preference for in-person over online communities isn't mentioned in his response.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      },
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 51.46,
      "finishTimestamp": 56.86
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.5,
      "dialogue": {
        "text": "Also, have you ever joined online tech forums or communities?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.76
    },
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 4.76
    },
    {
      "character": "Tom",
      "startTime": 5.02,
      "finishTime": 6.4,
      "dialogue": {
        "text": "Not yet. Are they helpful?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.9
    }
  ]
}