LESSON 06 / 08 6 MIN

One context, multiple decisions

Ask independent questions in a single request.

You can combine independent questions in one request. Each question sees the same state, and each answer is returned under the matching question ID.

Add an urgency score alongside the existing team choice. Both can evaluate the ticket independently, so there is no need to repeat the context.

Questions in the same request do not consume one another’s answers. If a later decision needs an earlier result, your application must make a second request with that result in its state.

Your challenge

  1. Keep the team Choice question, including all three teams.
  2. Add an urgency Score question with instructions and three different ordered levels.
  3. Put both questions inside the same questions object.

request.json

Loading your draft…

Local checks · No API call

Your next decision starts here.

Edit the JSON, then check your work.
Hints are available whenever you need them.

Previous lessonLearn it. Try it. Make it work.Next lesson →