Back to Freecodecamp

Task 94

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678f31115e1f830efcc5c6e4.md

latest2.3 KB
Original Source
<!-- (audio) Bob: I guess that's something to consider. We could try asking around to see what other teams have experienced with these platforms. Would that be a good idea? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob suggest doing to gather information about the platforms?

--answers--

Testing the platforms on their own to evaluate them.

--feedback--

Bob does not suggest testing the platforms directly.


Looking at customer reviews to learn more about the platforms.

--feedback--

Bob doesn't mention customer reviews.


Asking other teams about their experiences with these platforms.


Researching online for reviews of the platforms.

--feedback--

Bob does not suggest researching online.

--video-solution--

3

--explanation--

Listen for key words that show how Bob wants to gather information.

We could try asking around – This suggests talking to others rather than testing or researching online.

See what other teams have experienced – This confirms that he wants to learn from other teams' firsthand experiences.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-3.mp3",
      "startTime": 1,
      "startTimestamp": 42.22,
      "finishTimestamp": 49.64
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.36,
      "dialogue": {
        "text": "I guess that's something to consider.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 2.98,
      "finishTime": 7.02,
      "dialogue": {
        "text": "We could try asking around to see what other teams have experienced with these platforms.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 7.38,
      "finishTime": 8.42,
      "dialogue": {
        "text": "Would that be a good idea?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 8.92
    }
  ]
}