Back to Freecodecamp

Task 77

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

latest1.7 KB
Original Source
<!-- (audio) Bob: Lisa, we're thinking of using a cloud platform for our next project. Do you have any suggestions? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob want to know?

--answers--

If Lisa can help him with his project.

--feedback--

Bob is not asking for help with the project directly.


If Lisa has any ideas about cloud platforms.

--feedback--

Bob is not just asking about ideas.


If Lisa has any suggestions for a cloud platform.


If Lisa thinks a cloud platform is a good idea.

--feedback--

Bob is not asking if the idea is good or not.

--video-solution--

3

--explanation--

Listen for key words that show what Bob is asking.

Thinking of using a cloud platform – This tells you the topic of his question.

Do you have any suggestions? – This phrase shows he is looking for recommendations.

--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": 0,
      "finishTimestamp": 5.74
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.74,
      "dialogue": {
        "text": "Lisa, we're thinking of using a cloud platform for our next project. Do you have any suggestions?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.24
    }
  ]
}