Back to Freecodecamp

Task 37

curriculum/challenges/english/blocks/learn-how-to-talk-about-hobbies-and-interests/657ec57a0ab01cc7af71f565.md

latest1.5 KB
Original Source
<!-- (Audio) Jake: Let's see what we can do next week. -->

--description--

Let's see is used to express a willingness to explore the possibility of doing something in the future. For example:

Let's see who is available for the meeting tomorrow. - This means checking availability.

--questions--

--text--

What does let's see convey in this context?

--answers--

A sure promise

--feedback--

Let's see actually means being open to ideas, not making a sure promise.


Not wanting to go cycling

--feedback--

The dialogue shows interest in planning, not a lack of interest.


Being open to ideas


A certain plan for next week

--feedback--

Let's see suggests being open, not having a certain plan.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Jake",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 42.94,
      "finishTimestamp": 44.64
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.70,
      "dialogue": {
        "text": "Let's see what we can do next week.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.20
    }
  ]
}