Back to Freecodecamp

Task 38

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

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

--description--

Let's see is often used when making uncertain plans or expressing a willingness to explore options.

--questions--

--text--

Choose the correct synonym for let's see.

--answers--

Let's decide

--feedback--

This answer implies making a definite choice, which is not the focus of let's see.


Let's confirm

--feedback--

This answer implies finalizing plans, which is not the meaning of let's see.


Let's explore the possibilities


Let's conclude

--feedback--

This answer suggests finalizing or ending, which is not the intention of let's see.

--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
    }
  ]
}