Back to Freecodecamp

Task 60

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/680a3586617ca27ae4cd47d5.md

latest2.0 KB
Original Source
<!-- (Audio) James: I see. Maybe we should start small and see how it goes. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does James want to check by releasing the new feature to a limited group of users?

--answers--

If everyone likes the new design.

--feedback--

James isn't focused on the design specifically.


If the server load is too high.

--feedback--

James speaks more generally about testing the idea.


If users give feedback quickly.

--feedback--

James doesn't mention the speed of feedback.


If the idea works well before doing more.

--video-solution--

4

--explanation--

To see how something goes means to observe the results or progress of a situation over time, especially when trying something new. It suggests being open to learning what happens and making decisions based on that outcome. For example:

  • Let's try this schedule for a week and see how it goes. – This means testing the schedule to find out if it works well.

  • We'll invite a few users to the beta test and see how it goes before launching it publicly. – This means watching how the first test goes to decide what to do next.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-2.mp3",
      "startTime": 1,
      "startTimestamp": 28,
      "finishTimestamp": 31.26
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.26,
      "dialogue": {
        "text": "I see. Maybe we should start small and see how it goes.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.76
    }
  ]
}