Back to Freecodecamp

Task 29

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

latest1.7 KB
Original Source
<!-- (Audio) David: Thanks! I'll give that a go. -->

--description--

The phrase give that a go means to try something, usually for the first time, to see if you like it or can succeed at it.

For example, I've never tried sushi before, but I'll give it a go. The speaker uses this phrase to show an openness to experiencing sushi.

--questions--

--text--

Based on his answer, will David try to reach out to the support team if needed?

--answers--

Yes, he's open to contacting the support team.


No, he prefers to solve problems on his own.

--feedback--

David's response implies he's willing to try the suggested approach.


He's unsure and hesitant about contacting the support team.

--feedback--

David seems agreeable to the idea, not unsure or hesitant.


He plans to ask someone else instead.

--feedback--

David indicates he'll follow Maria's suggestion, not seek help elsewhere.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 24.38,
      "finishTimestamp": 26.18
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 2.8,
      "dialogue": {
        "text": "Thanks. I'll give that a go.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 3.3
    }
  ]
}